/// import { PerfseeReportStats } from './stats'; export declare function resolveStatsPath(dir: string, regexp: RegExp): string | null; export declare function extractBundleFromStream(stream: NodeJS.ReadableStream, path: string): Promise; export declare function readStatsFile(path: string): Promise;