export declare const URL_REGEX: RegExp; /** @internal */ export declare const isValidUrl: (url: string) => boolean;