import { UrlWithStringQuery } from 'url'; export declare const parseUrl: (urlString: string) => UrlWithStringQuery;