/** * Unified pack CLI — install, list, remove, info, outdated for all pack types. * * Replaces separate `hooks add-pack`, `install-knowledge`, `skills install` * with a single `soleri pack` command family. * * Resolution order: local path → built-in → npm registry. */ import type { Command } from 'commander'; export declare function registerPack(program: Command): void;