/** * `skills search` command — Search and install skills from marketplace (67K+ skills) */ import { Command } from 'commander'; export declare function registerSearchInstallCommand(program: Command): void; //# sourceMappingURL=search.d.ts.map