/** * 配置信息帮助类 */ export default class ConfigHelper { static config: any; static initConfig(): void; }