import { Reporter } from '../runs/model'; export declare class ReporterFactory { format: string; constructor(format: string); createReporter(): Promise; }