/** * Installer — Agent definitions + slash command installation * * Extracted from harness.ts (B9 decomposition). * Handles copying agent .md files and skill commands into Claude Code directories. */ /** 에이전트 정의 파일 설치 (패키지 내장만) */ export declare function installAgents(cwd: string, pkgRoot: string): void; /** 스킬을 Claude Code 슬래시 명령으로 설치 (패키지 내장만) */ export declare function installSlashCommands(_cwd: string, pkgRoot: string): void;