import { CRUDEngine } from '../engine'; export declare const updateSpec: { 'fails if the record does not exist.': (engine: CRUDEngine) => Promise; 'updates an existing database record.': (engine: CRUDEngine) => Promise; }; //# sourceMappingURL=updateSpec.d.ts.map