export declare function getVerifyEmail(email_address: string): Promise<{
    html: string;
    text: string;
}>;
