/** * Claude Config Tool * * Configure Claude Code with CLAUDE.md, hooks, and conventions. */ import type { Tool, ToolResult } from './index.js'; export declare const claudeConfigTool: Tool; export declare function handleClaudeConfig(args: Record): Promise; //# sourceMappingURL=claude-config.d.ts.map