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