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