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