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