export declare type BillingSchedule = 'PREPAID' | 'END_OF_THE_CAMPAIGN' | 'STRAIGHTLINE' | 'PRORATED' | 'UNKNOWN';
