import type { CreateVersion } from 'payload'; /** * Create a new version of a document. * * Versions are stored with type = `_${collection}_versions` to match Payload's versioning convention. * Each version gets a unique `v` timestamp that serves as its identifier. */ export declare const createVersion: CreateVersion; //# sourceMappingURL=createVersion.d.ts.map