import count from './count';
import del from './del';
import delmany from './delmany';
import find from './find';
import get from './get';
import set from './set';
import setmany from './setmany';
import transaction from './transaction';
import update from './update';
import updatemany from './updatemany';
declare const _default: {
    count: typeof count;
    del: typeof del;
    delmany: typeof delmany;
    find: typeof find;
    get: typeof get;
    set: typeof set;
    setmany: typeof setmany;
    transaction: typeof transaction;
    update: typeof update;
    updatemany: typeof updatemany;
};
export default _default;
