export declare class RequestContextService {
    private readonly asyncLocalStorage;
    run(traceId: string, callback: () => void): void;
    get traceId(): string | undefined;
}
//# sourceMappingURL=request.service.d.ts.map