export default function getEmailAddress(account_id: string): Promise<string | undefined>;
