/**
 * Offline-first Database that Syncs with Git
 *
 * @packageDocumentation
 */
export * from './collection';
export * from './error';
export * from './git_documentdb';
export * from './types';
export * from './validator';
export * from './remote/remote_engine';
export * from './remote/remote_repository';
export * from './remote/sync';
export * from './const';
export * from './task_queue';
export * from './types_collection';
export * from './types_crud_interface';
export * from './types_gitddb';
export * from './types_sync';
//# sourceMappingURL=main.d.ts.map