import type { Request } from 'express'; export declare class RequestContext { static _bindings: WeakMap; readonly mockUuid: string; readonly uuid: string; constructor(mockUuid: string); static bind(req: Request, mockUuid: string): void; static get(req: Request): RequestContext | null; } //# sourceMappingURL=requestContext.d.ts.map