export declare type AudienceSegmentType = 'FIRST_PARTY' | 'SHARED' | 'THIRD_PARTY' | 'UNKNOWN';
