import { ParseQuery } from './types'; export declare const parsePathname: (href: `/${string}`) => `/${string}` | undefined; export declare const parseQuery: (href: Href) => ParseQuery; //# sourceMappingURL=urls.d.ts.map