import type { OpenWeatherResponse } from '../api/types'; import type { Props } from '../components/XSWeather.vue'; export declare const weatherStore: () => { weatherData: import("vue").Ref; weatherIconURL: import("vue").Ref; weatherIconFirstDay: import("vue").Ref; weatherIconSecondDay: import("vue").Ref; weatherIconThirdDay: import("vue").Ref; fetchWeatherData: (props: Props) => Promise; currentTemperature: import("vue").ComputedRef; };