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