export declare function isValidUri(uriString: string): boolean; export declare function validateUri(uriString: string): void;