import type { TypeWithID } from 'mzinga/types'; import type { Args } from './types'; export declare const upsertRow: ({ id, adapter, data, db, fields, operation, path, req, tableName, upsertTarget, where, }: Args) => Promise; //# sourceMappingURL=index.d.ts.map