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