export declare type BillingBase = 'VOLUME' | 'REVENUE' | 'UNKNOWN';
