import { NativeObject } from "../imports/NativeObject.js"; export declare class CatalogItemVersioningService { static canEditItem(item?: any): boolean; static cancelCheckout(itemID?: string): boolean; static cancelReview(itemId?: string): void; static checkout(itemID?: string): string; static publish(itemID?: string, active?: string, updateSetId?: string): any; static publishItem(itemID?: string, active?: string, updateSetId?: string, additionalParameters?: NativeObject): any; static revertToDraftState(itemId?: string): void; static startReview(itemId?: string, active?: string, updateSetId?: string, additionalParameters?: NativeObject): void; static triggerPublishProcess(itemId?: string, active?: string, props?: NativeObject): void; } //# sourceMappingURL=CatalogItemVersioningService.d.ts.map