import { EConfigType } from '../../types'; declare class ConfigFactory { static cache: { global: any; plugin: any; }; static getConfig(type?: EConfigType): any; } export default ConfigFactory;