import { IkasAmountType } from "../../adjustment"; export declare type IkasOrderLineDiscount = { amount: number; amountType: IkasAmountType; campaignOfferId: string | null; campaignOfferProductId: string | null; maxApplicableQuantity: number | null; reason: string | null; };