/** * org-template command * * Generates a YAML org chart template for users to fill in. * Output can be piped to a file: npx agentlaunch org-template --size smb > people.yaml */ import { Command } from "commander"; export declare function registerOrgTemplateCommand(program: Command): void; //# sourceMappingURL=org-template.d.ts.map