declare function isEmail(value: any): boolean;

// EXPORTS //

export = isEmail;
