import type { CreateGlobalVersion } from 'payload'; /** * Create a new version of a global. * * ClickHouse-native versioning: versions are stored as rows with the same (ns, type, id) * but different `v` timestamps. For globals, id is the global slug. */ export declare const createGlobalVersion: CreateGlobalVersion; //# sourceMappingURL=createGlobalVersion.d.ts.map