/** * Parse the host from a URL. Can throw an error */ export declare const parseHost: (uri: string) => string; /** * Parse the path from a URL. Can throw an error */ export declare const parsePath: (_uri: string) => string; //# sourceMappingURL=uri.d.ts.map