import { Command } from '@oclif/core'; export default class Mcp extends Command { static description: string; static summary: string; static flags: { dev: import("@oclif/core/interfaces").BooleanFlag; stage: import("@oclif/core/interfaces").BooleanFlag; }; static examples: string[]; run(): Promise; }