import type { Log } from "./src/installLogsCollector"; declare namespace Cypress { interface Cypress { TerminalReport: { getLogs(format?: T): { txt: string, json: string, none: Log[], }[T]; } } }