export default function setPassword(account_id: string, current_password: string, new_password: string): Promise<void>;
