import { Command } from '@oclif/core'; export default class Deploy extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; version: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; static args: never[]; run(): Promise; }