import type { UpdateGlobalVersion } from 'payload'; /** * Update a version of a global. * * ClickHouse-native versioning: the version id IS the `v` timestamp. * We find the row by (ns, type, id, v) and insert a new row with updated data. */ export declare const updateGlobalVersion: UpdateGlobalVersion; //# sourceMappingURL=updateGlobalVersion.d.ts.map