/** * Checks if string is in URI format. * @param str - string to check. */ export declare const isUri: (str: string) => boolean;