import { Command } from 'commander'; import { BaseCommand } from './base'; export declare class NewCommand extends BaseCommand { constructor(container: any); private validateAgentName; private getGlobalPromptsPath; private getProjectPromptsPath; private checkForConflicts; private ensureDirectoryExists; private generateTemplate; private detectEnvironment; private openInEditor; private tryOpenEditor; execute(agentName: string, options?: { global?: boolean; }): Promise; createCommand(): Command; } //# sourceMappingURL=newCommand.d.ts.map