export declare type AudienceSegmentApprovalStatus = 'UNAPPROVED' | 'APPROVED' | 'REJECTED' | 'UNKNOWN';
