import { IkasShippingZoneRegion } from "./region"; export declare type IkasShippingZoneDistrict = { id: string; regions: IkasShippingZoneRegion[] | null; };