export declare type ContentBundleStatus = 'ACTIVE' | 'INACTIVE' | 'ARCHIVED';
