/** * Init command - Initialize Claude-Flow project structure */ import { Command } from "../cliffy-compat.js"; export declare const initCommand: Command; //# sourceMappingURL=init.d.ts.map