import { type AgentHookConfigFormat } from "../agent-hook-installer.js"; export interface ClaudeSettings { hooks?: Record; [key: string]: unknown; } export declare const claudeSettingsFormat: AgentHookConfigFormat; //# sourceMappingURL=claude-settings.d.ts.map