export declare type IkasOrderLineVariantPrice = { buyPrice: number | null; currency: string | null; discountPrice: number | null; priceListId: string | null; sellPrice: number; unitPrice: number | null; };