export declare function createCachedEmailValidator(validateEmail: (email: string) => Promise): (val: string) => Promise;