export declare type CustomTargetingValueMatchType = 'EXACT' | 'BROAD' | 'PREFIX' | 'BROAD_PREFIX' | 'SUFFIX' | 'CONTAINS' | 'UNKNOWN';
