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