import { CommonConfType } from '../../types'; declare function getConf(type: string, conf: CommonConfType): {}; export default getConf;