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