import type { MemoryBackend } from "./types"; /** * Wraps the existing `memories/` module as a `MemoryBackend`. * * The local pipeline owns rollout summarisation, SQLite retention, and * `memory_summary.md`. Prompt reads use the live session cwd when available so * manual enqueue/rebuild and startup hydration address the same memory root. */ export declare const localBackend: MemoryBackend;