import { ForecastList } from "forecast-query/types"; import { WeatherInfoType, WeatherQueryResult, InfoQueryResult, ExtendedWeatherMain } from "../types"; export declare const getWeatherAccessor: (type: ExtendedWeatherMain) => (list: ForecastList) => Promise>; export declare const getInfoAccessor: (type: WeatherInfoType) => (list: ForecastList) => Promise>;