export declare type InvalidEmailErrorReason = 'INVALID_FORMAT' | 'UNKNOWN';
