/** * Presents an interactive prompt for the user to select an agent template * (e.g. general developer, fullstack, security, data/AI, colony operator). * * Exits the process if the user cancels the selection. * * @returns The selected agent template identifier string. */ export declare function selectAgents(initialValue?: string): Promise;