/** * Returns true if the value is a valid Internationalized Resource Identifier. * @specification https://datatracker.ietf.org/doc/html/rfc3987 */ export declare function IsIri(value: string): boolean;