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