/** Request payload for start. */ export declare function startRequest(requestId: string): void; /** Starts timer. */ export declare function startTimer(label: string, parent?: string): () => void; /** Time async. */ export declare function timeAsync(label: string, fn: () => Promise, parent?: string): Promise; /** Request payload for end. */ export declare function endRequest(requestId: string): void; /** Check whether request performance timing is enabled. */ export declare function isEnabled(): boolean; //# sourceMappingURL=perf-timer.d.ts.map