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