import { OvokClient } from "../../ovok-client"; import { AuthResponse } from "../types/AuthResponse"; import { GoogleLoginBody } from "../types/GoogleLoginBody"; export declare function googleLogin(this: OvokClient, body: GoogleLoginBody): Promise;