export type ClimateZoneResult = { state: string; climate_zone: number; notes: string; }; //# sourceMappingURL=ClimateZoneResult.d.ts.map