/**
 * Checks if the provided URL string is valid.
 */
export declare function isValidUrl(urlStr: string): boolean;
