export class PerfStats {
    constructor(runner: any);
    runner: any;
    start(features: any): Promise<any>;
    stop(): Promise<any>;
    collect(): Promise<{}>;
}
//# sourceMappingURL=perfStats.d.ts.map