import findOne from './findOne'; import update from './update'; import findVersionByID from './findVersionByID'; import findVersions from './findVersions'; import restoreVersion from './restoreVersion'; declare const _default: { findOne: typeof findOne; update: typeof update; findVersionByID: typeof findVersionByID; findVersions: typeof findVersions; restoreVersion: typeof restoreVersion; }; export default _default;