import { URIComponents, URIOptions } from "../uri"; declare var _default: { scheme: string; parse: (components: URIComponents, options: URIOptions) => URIComponents; serialize: (components: URIComponents, options: URIOptions) => URIComponents; }; export default _default;