#!/usr/bin/env node /** * Main installer entry point. Displays the ASCII banner, prompts for * install location (or reads `--global`/`--local` flags), copies commands * and workflows into the target `.claude/` directory, and registers hooks. * * Supports `--help`, `--version`, `--dry-run`, `--reinstall`, `--reset-preferences`, and graceful * Ctrl+C handling. Requires `--global` or `--local` in non-interactive (CI) * environments. */ export declare const install: () => Promise; //# sourceMappingURL=install.d.ts.map