export declare type PricingModel = 'NET' | 'GROSS' | 'UNKNOWN';
