import type { CountGlobalVersions } from 'payload'; /** * Count versions of a global. * * ClickHouse-native versioning: versions are rows with the same (ns, type, id) * but different `v` timestamps. */ export declare const countGlobalVersions: CountGlobalVersions; //# sourceMappingURL=countGlobalVersions.d.ts.map