export declare function runWithCorrelationId(requestId: string, fn: () => T): T; export declare function getCorrelationId(): string | undefined; //# sourceMappingURL=correlation.d.ts.map