/** * Check if a given URL is valid * @param url */ export declare const isValidUrl: (url?: string | null) => boolean; export default isValidUrl;