import { IkasBundleProduct } from "./bundle-product"; export declare type IkasBundleSettings = { maxBundleQuantity: number | null; minBundleQuantity: number | null; products: IkasBundleProduct[]; };