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