/** * `skills list` command — List all discovered skills */ import { Command } from 'commander'; export declare function registerListCommand(program: Command): void; //# sourceMappingURL=list.d.ts.map