import type { FailedTestRun, TestRun, OutputOptions, OutputInterface } from "./types"; export declare function generateOutput(testRun: TestRun | FailedTestRun, options: OutputOptions | undefined): Promise; //# sourceMappingURL=output.d.ts.map