/** * Skills CLI — convenience aliases for `soleri pack --type skills`. * * Provides `soleri skills list|install|remove|info` as thin wrappers * around the unified pack system. */ import type { Command } from 'commander'; export declare function registerSkills(program: Command): void;