import type { MemoryBackend } from "./types"; /** * Wraps the existing `memories/` module as a `MemoryBackend`. * * No behavioural change — every call delegates to the legacy entry points so * the local memory pipeline (rollout summarisation → SQLite → memory_summary.md) * keeps working exactly as before. */ export declare const localBackend: MemoryBackend;