import { PwMocksReporter } from './pw-mocks-reporter.js';
import type { ReporterOptions } from './types.js';
export { PwMocksReporter } from './pw-mocks-reporter.js';
export { HtmlReportGenerator } from './services/index.js';
export { TestsRunOutputService } from './services/index.js';
export type { TestInfo, ReporterOptions, HtmlReportOptions } from './types.js';
export type { RunOptions, TestsRunData } from './services/index.js';
export { LoggingService } from './logging.service.js';
export declare function createMocksReporter(options?: ReporterOptions): PwMocksReporter;
export default PwMocksReporter;
//# sourceMappingURL=index.d.ts.map