UNPKG

jovo-cli

Version:
7 lines (6 loc) 179 B
import { Command } from '@oclif/command'; export declare class Update extends Command { static description: string; static examples: string[]; run(): Promise<void>; }