declare const AuthGoogleStrategy_base: new (...args: any[]) => any; export declare class AuthGoogleStrategy extends AuthGoogleStrategy_base { constructor(); validate(request: any, accessToken: string, refreshToken: string, profile: any, done: Function): Promise; } export {};