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