/** * V3 CLI Init Command * Comprehensive initialization for Claude Flow with Claude Code integration */ import type { Command } from '../types.js'; export declare function runCodexInitializerCli(cwd: string, options: { template: string; force: boolean; dual: boolean; }): boolean; export declare const initCommand: Command; export default initCommand; //# sourceMappingURL=init.d.ts.map