/** * Validate email * @param value */ export declare const isValidEmail: (value: string) => boolean; //# sourceMappingURL=isValidEmail.d.ts.map