import type { TypeWithVersion, UpdateVersionArgs } from 'mzinga/database'; import type { TypeWithID } from 'mzinga/types'; import type { PostgresAdapter } from './types'; export declare function updateVersion(this: PostgresAdapter, { id, collection, locale, req, versionData, where: whereArg, }: UpdateVersionArgs): Promise>; //# sourceMappingURL=updateVersion.d.ts.map