import { Command } from 'commander'; import { CommandContext } from '../types/index.js'; export declare function createSkillCommand(context: CommandContext, commandName?: string): Command;