export type OfferShippingCharge = {
    Amount?: number;
    Currency?: string;
    DisplayAmount?: string;
    IsRateTaxInclusive?: boolean;
    Type?: string;
};
//# sourceMappingURL=offer-shipping-charge.d.ts.map