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