export declare type CdnConfigurationStatus = 'UNKNOWN' | 'ACTIVE' | 'ARCHIVED';
