/** * Check if the value is in valid email format */ export declare function isValidEmail(value: any): boolean;