import { IkasProductCampaignPrice } from "./product-campaign-price"; export declare type IkasProductPrice = { buyPrice: number | null; campaignPrice: IkasProductCampaignPrice | null; currency: string | null; currencySymbol: string | null; discountPrice: number | null; priceListId: string | null; sellPrice: number; unitPrice: number | null; };