import type { EventStore } from "./event-store.js"; /** Wrap an EventStore with the mutation guard */ export declare function createGuardedEventStore(store: EventStore): EventStore;