File size: 152 Bytes
1df763a
 
 
 
 
1
2
3
4
5
6
import { type IWebpackCLI } from "webpack-cli";
declare class ServeCommand {
    apply(cli: IWebpackCLI): Promise<void>;
}
export default ServeCommand;