/** * darwin create * * Scaffolds a new agent definition file in agents/.ts. * Validates the name (lowercase, no spaces) and generates a template. */ /** * Scaffold a new agent. Validates name and writes template to agents/.ts. */ export declare function createCommand(args: string[]): Promise; //# sourceMappingURL=create.d.ts.map