import { URIComponents } from "./index";
export declare function parse(uriString: string): URIComponents;
