/** * Init command implementation * Handles initialization of Reconstruct commands and rules */ export declare function initCommand(options: { assistant?: string; templateVersion?: string; mode?: "global" | "project"; /** @deprecated Manual MCP key paste; prefer `reconstruct install` */ legacyMcpSetup?: boolean; }): Promise; //# sourceMappingURL=init.d.ts.map