export declare type CustomTargetingValueStatus = 'ACTIVE' | 'INACTIVE' | 'UNKNOWN';
