OwlCyberSecurity - MANAGER
Edit File: index.d.ts
import { type IWebpackCLI } from "webpack-cli"; declare class ServeCommand { apply(cli: IWebpackCLI): Promise<void>; } export default ServeCommand;