Current File : /home/exataengenharia/public_html/node_modules/@webpack-cli/configtest/lib/index.d.ts
import { IWebpackCLI } from "webpack-cli";
declare class ConfigTestCommand {
    apply(cli: IWebpackCLI): Promise<void>;
}
export default ConfigTestCommand;