import { type IWebpackCLI } from "webpack-cli"; declare class ConfigTestCommand { apply(cli: IWebpackCLI): Promise; } export default ConfigTestCommand;