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