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