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