import { type IQueryParams } from "../link"; export type INavigate = (href: string, queryParams?: TQueryParams) => void; //# sourceMappingURL=interface.d.ts.map