/** * 获取天气信息 * @returns {Promise} 天气数据 * @example * * fetchWeatherData().then(content => { * console.log(content) * }) */ export declare function fetchWeatherData>(): Promise;