import { SystemConfigModel } from 'src/model/system_config.model'; import { SystemConfigService } from 'src/app/common/service/system_config.service'; export declare class ConfigController { private readonly systemConfigService; constructor(systemConfigService: SystemConfigService); getSystemConfig(): Promise>; }