export declare type IkasCustomerAddressCountry = { code: string | null; id: string | null; iso2: string | null; iso3: string | null; name: string; };