export declare type BillFrom = 'DEFAULT' | 'DFP' | 'THIRD_PARTY' | 'MANUAL' | 'UNKNOWN';
