import { ExecutionContext } from '@nestjs/common'; declare const JwtGqlAuthenticationGuard_base: import("@nestjs/passport").Type; export declare class JwtGqlAuthenticationGuard extends JwtGqlAuthenticationGuard_base { getRequest(ctx: ExecutionContext): any; } export {};