import { ExecutionContext } from '@nestjs/common'; import { Reflector } from '@nestjs/core'; declare const JwtAuthGuard_base: import("@nestjs/passport").Type; export declare class JwtAuthGuard extends JwtAuthGuard_base { private reflector; constructor(reflector: Reflector); canActivate(context: ExecutionContext): boolean | Promise | import("rxjs").Observable; handleRequest(err: any, user: any, info: any): any; } export {};