import { IParsedUrl } from './parseUrl.types'; export declare const parseUrl: (url: string) => IParsedUrl; export default parseUrl;