/** * V3 CLI Init Command * Comprehensive initialization for Claude Flow with Claude Code integration */ import type { Command } from '../types.js'; export declare const initCommand: Command; export default initCommand; //# sourceMappingURL=init.d.ts.map