import { ReusableValidator } from '../../@common/types';
export declare const isEmail: ReusableValidator<string>;
