import type { JsonObject, TypeWithVersion, UpdateVersionArgs } from 'payload'; import type { DrizzleAdapter } from './types.js'; export declare function updateVersion(this: DrizzleAdapter, { id, collection, locale, req, returning, select, versionData, where: whereArg, }: UpdateVersionArgs): Promise>; //# sourceMappingURL=updateVersion.d.ts.map