import { ContentBundleAction } from './contentBundleAction';
export declare class ActivateContentBundles extends ContentBundleAction {
    protected static XSI_TYPE: string;
    constructor();
}
