import findOne from './findOne';
import findVersionByID from './findVersionByID';
import findVersions from './findVersions';
import restoreVersion from './restoreVersion';
import update from './update';
declare const _default: {
    findOne: typeof findOne;
    findVersionByID: typeof findVersionByID;
    findVersions: typeof findVersions;
    restoreVersion: typeof restoreVersion;
    update: typeof update;
};
export default _default;
//# sourceMappingURL=index.d.ts.map