export declare class AuthFacebookController { googleLogin(): void; googleLoginCallback(req: any, res: any): void; protectedResource(): string; }