import type { PersistencePort } from "../ports/persistence-port.js"; /** Backs `PersistencePort` with the existing history + plan stores. */ export declare function createCurrentPersistencePort(): PersistencePort;