/** Measures and records the execution duration of async operations by name. */ export declare class Profiler { stats: Record; profile(name: string, promise: Promise): Promise; } //# sourceMappingURL=Profiler.d.ts.map