/**
 * `agentled skills` — manage the Claude Code skill bundled with the CLI.
 *
 * Matches the old `npx @agentled/mcp-server --setup-skills` flow but surfaces
 * it as a first-class CLI verb so users can refresh skills after the CLI
 * itself is updated.
 */
import { Command } from 'commander';
export declare function registerSkillsCommands(program: Command): void;
