/** * E2E Test Runner - Install Command * * Installs Claude Code skills to the current project. */ import type { CLIArgs } from '../types'; /** * Handle the install command — installs skill bundle to project. */ export declare function installCommand(args: CLIArgs): Promise<{ exitCode: number; }>; //# sourceMappingURL=install.command.d.ts.map