import { type BufferedLogger, type TestSession } from '@web/test-runner-core'; export declare function reportTestFileResults(logger: BufferedLogger, testFile: string, allBrowserNames: string[], favoriteBrowser: string, sessionsForTestFile: TestSession[]): void; //# sourceMappingURL=reportTestFileResults.d.ts.map