export declare type IkasCustomerAddressCity = { code: string | null; id: string | null; name: string; };