export default function getAccountId({ email_address, }: {
    email_address: string;
}): Promise<string>;
