UNPKG

jovo-cli

Version:
10 lines (9 loc) 223 B
import Command from '@oclif/command'; export declare class Load extends Command { static description: string; static examples: string[]; static args: { name: string; }[]; run(): Promise<void>; }