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