import { CRUDEngine } from '../engine'; export declare const updateOrCreateSpec: { 'automatically creates primary keys as integers if no primary key is given.': (engine: CRUDEngine) => Promise; 'creates a record if it does not exist in the database.': (engine: CRUDEngine) => Promise; 'updates an existing database record.': (engine: CRUDEngine) => Promise; }; //# sourceMappingURL=updateOrCreateSpec.d.ts.map