import type { CancelablePromise } from '../core/CancelablePromise.js'; export declare class ContentVersionService { /** * Delete content history * Delete a historical version of a page or a blogpost. Current user must have edit permission on content, or it will throw a permission exception. * @param id The id of the content * @param versionNumber version number starts from 1 up to current version. * @returns void * @throws ApiError */ static deleteContentHistory(id: string, versionNumber: string): CancelablePromise; } //# sourceMappingURL=ContentVersionService.d.ts.map