import { IkasProductUnitType } from "../../base-unit"; export declare type IkasOrderLineVariantUnit = { amount: number; type: IkasProductUnitType; };