export declare class GoogleAuthService {
    private client;
    constructor();
    verifyToken(idToken: string): Promise<any>;
}
