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