export declare const URLUtils: {
    isValidUrl: (urlString: string) => boolean;
};
