export declare type IkasOrderLineBundleProductSettings = { bundleLineId: string; bundleLineQuantity: number; name: string | null; };