declare type ConfigType = 'babel' | 'style' | 'webpack.component' | 'webpack.site' | 'webpack.icon' | 'jest' | 'docgen'; declare const _default: (type: ConfigType) => void; /** * Print current config for arco-scripts */ export default _default;