import type { FullConfig, Reporter, Suite, TestCase, TestResult } from '@playwright/test/reporter';
import type { ReporterOptions } from './types.js';
export declare class PwMocksReporter implements Reporter {
    private testsRunOutput;
    private htmlReportGenerator;
    private options;
    private loggingService;
    constructor(options?: ReporterOptions);
    onBegin(config: FullConfig, suite: Suite): void;
    onTestEnd(test: TestCase, result: TestResult): void;
    onEnd(): void;
    printsToStdio(): boolean;
}
//# sourceMappingURL=pw-mocks-reporter.d.ts.map