import { IkasPaymentMethodType } from "../../payment-gateway"; export declare type IkasOrderShippingLine = { finalPrice: number; isRefunded: boolean | null; paymentMethod: IkasPaymentMethodType | null; price: number; shippingSettingsId: string | null; shippingZoneRateId: string | null; taxValue: number | null; title: string; };