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