import { IkasShippingZoneState } from "./state"; export declare type IkasShippingZone = { countryId: string; postalCodes: string[]; showAllStates: boolean; states: IkasShippingZoneState[] | null; };