export { isAbsoluteURI, ensureAbsoluteURI };
declare function isAbsoluteURI(url: string): boolean;
declare function ensureAbsoluteURI(url: string, baseUrl: string): string;
//# sourceMappingURL=url.d.ts.map