export declare class WeatherCloudConfig { APIKey: string; LBSKey: string; ServerURL?: string; ForecastImageDateFormat?: string; ForecastDisplayDateFormat?: string; ForcastConfiguration?: string; }