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