export { CRUDEngine, CRUDEngineBase, CRUDEngineBaseCollection, MemoryEngine } from './engine'; import * as error from './engine/error'; import * as Store from './store'; export { error, Store }; //# sourceMappingURL=index.d.ts.map