import { Command } from 'commander'; import { BaseCommand } from './base'; export declare class RunCommand extends BaseCommand { execute(agentName: string, context?: string): Promise; private ensureHelloworldExists; createCommand(): Command; } //# sourceMappingURL=runCommand.d.ts.map