import type { ObjectPaths, ObjectChangeCommand } from "../types/misc.types"; import type { ExchangeMemory, Store, StoreMemory } from "../types/lib.types"; export declare const defaultExchangeStoreState: ExchangeMemory; export declare const defaultStoreState: StoreMemory; export declare class MemoryStore implements Store { memory: StoreMemory; constructor(); reset: () => void; applyChanges:
>(changes: ObjectChangeCommand