declare const isValidURL: (url: string) => boolean; export default isValidURL;