import { Reporter, ReportOptions } from '../runs/model'; export declare class JsonReporter implements Reporter { constructor(); report(options: ReportOptions): Promise; }