export declare const SELECT_CLIMATE_YEAR = "SELECT_CLIMATE_YEAR"; export declare const SELECT_CLIMATE_MODEL = "SELECT_CLIMATE_MODEL"; export declare const selectClimateYear: (year: string, climate: string) => { type: string; year: string; climate: string; }; export declare const selectClimateModel: (model: string, climate: string) => { type: string; model: string; climate: string; }; //# sourceMappingURL=climate.d.ts.map