import { SnapshotStore } from '../snapshotStore/snapshotStore'; export declare const InMemSnapshotStore: { of: () => SnapshotStore; };