export declare type ProposalLineItemPremiumStatus = 'INCLUDED' | 'EXCLUDED' | 'UNKNOWN';
