export declare type PricingMethod = 'SUM' | 'HIGHEST' | 'ANY_VALUE' | 'UNKNOWN';
