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