export declare type LineItemCreativeAssociationStatus = 'ACTIVE' | 'NOT_SERVING' | 'INACTIVE' | 'UNKNOWN';
