export declare type ProductPackageItemErrorReason = 'ARCHIVED_PRODUCT_NOT_ALLOWED' | 'INACTIVE_MANDATORY_PRODUCT_NOT_ALLOWED' | 'UNKNOWN';
