import type { McpExecutionContext } from '@nest-mcp/common'; export declare class McpRequestContextService { private readonly storage; run(context: McpExecutionContext, fn: () => T): T; getContext(): McpExecutionContext | undefined; } //# sourceMappingURL=request-context.service.d.ts.map