export declare const getWeatherIconByName: (name: string) => "icon_weather_mai.png" | "icon_weather_qiangshachenbao.png" | "icon_weather_yangsha.png" | "icon_weather_fuchen.png" | "icon_weather_daxuebaoxue.png" | "icon_weather_zhongxuedaxue.png" | "icon_weather_xiaoxuezhongxue.png" | "icon_weather_dabaoyutedabaoyu.png" | "icon_weather_baoyudabaoyu.png" | "icon_weather_dayubaoyu.png" | "icon_weather_zhongyudayu.png" | "icon_weather_xiaoyuzhongyu.png" | "icon_weather_shachenbao.png" | "icon_weather_dongyu.png" | "icon_weather_wu.png" | "icon_weather_baoxue.png" | "icon_weather_daxue.png" | "icon_weather_zhenyu.png" | "icon_weather_xiaoxue.png" | "icon_weather_zhenxue.png" | "icon_weather_tedabaoyu.png" | "icon_weather_dabaoyu.png" | "icon_weather_baoyu.png" | "icon_weather_dayu.png" | "icon_weather_zhongyu.png" | "icon_weather_xiaoyu.png" | "icon_weather_yujiaxue.png" | "icon_weather_leizhenyubingbao.png" | "icon_weather_leizhenyu.png" | "icon_weather_yin.png" | "icon_weather_duoyun.png" | "icon_weather_qing.png" | undefined; export declare const getWindDirectionEn: (angle: number | string) => string | number; export declare const getWindDirection: (angle: number | string) => string; /** 风力等级:按最大10米风速判定 */ export declare const getWindPower: (eda10: number | string) => "未知" | "0级" | "1级" | "2级" | "3级" | "4级" | "5级" | "6级" | "7级" | "8级" | "9级" | "10级" | "11级" | "12级";