index.d.ts 96 B

1234
  1. declare class ServeCommand {
  2. apply(cli: any): Promise<void>;
  3. }
  4. export default ServeCommand;