export declare const isValidUrl: (value: string) => boolean; export default isValidUrl;