export type ClimateZoneInput = { /** * US state code, e.g. FL, NY, AK */ state_abbr: string; }; //# sourceMappingURL=ClimateZoneInput.d.ts.map