export declare type IkasOrderGiftPackageLine = { price: number; taxValue: number | null; };