declare const isValidURL: (queriedUrl: string, allowHTTPProxy?: boolean, allowPotentiallyUnsafeURL?: boolean) => boolean; export { isValidURL };