/** * Update ~/.claude/settings.json to allow the specified tools. * * Claude Code CLI requires tools to be listed in settings.json permissions.allow * for them to execute without interactive confirmation in print mode (-p). * This is especially needed for tools like WebFetch and WebSearch. * * Only adds tools that are not already in the allow list. * Never removes existing permissions. */ export declare function ensureAllowedToolsInSettings(allowedTools: string[]): void; //# sourceMappingURL=claude-settings.d.ts.map