import type { UpdateVersion } from 'payload'; /** * Update a version of a document. * * Versions are stored with type = `_${collection}_versions`. * The version id is the row id (v timestamp as string). */ export declare const updateVersion: UpdateVersion; //# sourceMappingURL=updateVersion.d.ts.map