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