import type { RenderContext, ResolvedWidgetOptions, WeatherPayload } from "../types"; export declare const buildRenderContext: (data: WeatherPayload, options: ResolvedWidgetOptions, isRefreshing: boolean, isFromCache: boolean) => RenderContext;