import type { OneRouter } from '../interfaces/router';
/** Resolve an href object into a fully qualified, relative href. */
export declare const resolveHref: (href: OneRouter.Href) => string;
//# sourceMappingURL=href.d.ts.map