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