import { ExecutionContext } from '@nestjs/common'; export declare function getRequestContext(context: ExecutionContext): { req: any; res: any; }; //# sourceMappingURL=get-request-context.d.ts.map