/** * Expand tilde (~) to home directory in file paths */ export declare function expandTilde(filePath: string): string; /** * Get the Claude configuration directory path for the current platform */ export declare function getClaudeDir(): string; /** * Get the Claude configuration file path (.claude.json in home directory) */ export declare function getClaudeConfigPath(): string; /** * Get the Claude settings file path */ export declare function getClaudeSettingsPath(): string; /** * Get the Claude hooks directory path (~/.config/claude/hooks) */ export declare function getClaudeHooksDir(): string; //# sourceMappingURL=utils.d.ts.map