import type { OneRouter } from './interfaces/router';
/**
 * Type-level utility function to help pass valid Href typed strings.
 * Does not actually validate at runtime, though we could add this later.
 */
export declare function href<A extends OneRouter.Href>(a: A): A;
//# sourceMappingURL=href.d.ts.map