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