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