import { AuthService } from './auth.service'; declare const FirebaseStrategy_base: any; export declare class FirebaseStrategy extends FirebaseStrategy_base { private readonly authService; private readonly logger; constructor(authService: AuthService); validate(token: string): Promise; } export {};