export declare type PremiumAdjustmentType = 'PERCENTAGE' | 'ABSOLUTE_VALUE' | 'UNKNOWN';
