import { PluginContext } from 'build-scripts'; import type WebpackChain = require('webpack-chain'); declare const _default: (config: WebpackChain, value: any, context: PluginContext) => void; export default _default;