import type { F, OR, RouterPath, RouterNavigate } from '../types'; declare const hash: (routerPath?: F) => [OR, RouterNavigate]; export default hash; //# sourceMappingURL=hash.d.ts.map