/** * `skills install` command — Install skills from various sources * * Supports: * - Marketplace (by name, @scoped/name) * - GitHub/GitLab/Bitbucket URLs * - Private Git repos (SSH, HTTPS with tokens) * - npm packages (npm:@scope/package) * - Local directories * - Lock file reinstallation */ import { Command } from 'commander'; export declare function registerInstallCommand(program: Command): void; //# sourceMappingURL=install.d.ts.map