import { URL, URLSearchParams } from 'whatwg-url'; declare const url: typeof URL; declare const urlSearchParams: typeof URLSearchParams; export { url, urlSearchParams };