/** * Returns true if the value is an Email * @specification https://datatracker.ietf.org/doc/html/rfc5322 */ export declare function IsEmail(value: string): boolean;