export declare type ProductActionErrorReason = 'NOT_APPLICABLE' | 'DEALS_LEGAL_AGREEMENT_NOT_ACCEPTED' | 'UNKNOWN';
