import { BaseConfigContext, SingletonService } from '@lcu/enterprises'; import { WeatherCloudConfig } from '../models/wc-config.model'; export declare class WeatherCloudConfigContext extends BaseConfigContext { protected configSvc: SingletonService; constructor(configSvc: SingletonService); protected loadConfigKey(): string; protected loadDefaultConfig(): WeatherCloudConfig; }