export interface ProfileResult { result: T; profilePath?: string; } export declare function profileFetch(fn: () => Promise, outputPath?: string): Promise>; //# sourceMappingURL=HermesProfiler.d.ts.map