import findOne from './findOne';
import findVersionByID from './findVersionByID';
import findVersions from './findVersions';
import restoreVersion from './restoreVersion';
import update from './update';
export { findOne, findVersionByID, findVersions, restoreVersion, update };
//# sourceMappingURL=index.d.ts.map