import { IkasProductUnitType } from "../../../order/line-item/base-unit"; export declare type IkasProductVariantUnit = { amount: number | null; type: IkasProductUnitType; };