export declare function recordIntermediateResponse(opts: { n: number; kind: "GraphQL" | "REST" | "restText"; method: string; url: string; response: Response; durationMs: number; authSource: string; }): void;