import type { UrlObject } from '../types/router.ts'; export declare const parseUrl: (url: string | UrlObject) => string; //# sourceMappingURL=url.d.ts.map