declare function historyEventsFor(documentId: any): import("rxjs").Observable; export declare const removeMissingReferences: (doc: any, existingIds: any) => any; declare function restore(id: any, targetId: any, rev: any): import("rxjs").Observable; export default function createHistoryStore(): { getDocumentAtRevision: (documentId: any, revision: any) => any; getHistory: (documentIds: any, options?: { time?: number; revision?: string; }) => Promise; getTransactions: (documentIds: any) => Promise; historyEventsFor: typeof historyEventsFor; restore: typeof restore; }; export {}; //# sourceMappingURL=createHistoryStore.d.ts.map