UNPKG

haz-cli

Version:
7 lines (6 loc) 189 B
import { BaseCommand } from "../../base-command.js"; export default class Stop extends BaseCommand { static description: string; static summary: string; run(): Promise<void>; }