UNPKG

haz-cli

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