#!/usr/bin/env node /** * AgentFactory CLI * * Entry point for the agentfactory command. * Dispatches to sub-commands based on first argument. */ declare const command: string; declare function printHelp(): void; //# sourceMappingURL=index.d.ts.map