import type { SuiteResult, ReportFormat } from './types'; export declare function report(result: SuiteResult, format?: ReportFormat, theme?: string): string; //# sourceMappingURL=reporter.d.ts.map