import type { H3Event } from "h3"; export declare function normalizeHttpTelemetryPath(pathname: string): string; /** Return the durable request id while a request is still being handled. */ export declare function getHttpRequestTelemetryId(event: H3Event): string | undefined; export declare function recordFrameworkReadyWait(event: H3Event, durationMs: number): void; export declare function installHttpResponseTelemetryHooks(nitroApp: any): void; //# sourceMappingURL=http-response-telemetry.d.ts.map