export declare type ProductPackageRateCardAssociationErrorReason = 'INVALID_RATE_CARD_ID' | 'INVALID_PRODUCT_PACKAGE_ID' | 'UNKNOWN';
