export declare type ContentMetadataKeyHierarchyStatus = 'ACTIVE' | 'DELETED' | 'UNKNOWN';
