import { IIdProvider, PlatformID } from '@digitaldefiance/ecies-lib'; import { DocumentCollection, DocumentRecord, DocumentStore } from './document-store'; export declare class MemoryDocumentStore implements DocumentStore { private readonly collections; private readonly generateId; constructor(idProvider?: IIdProvider); collection(name: string): DocumentCollection; } //# sourceMappingURL=memory-document-store.d.ts.map