import { Command } from 'commander'; export declare function getBundledSkillPath(): string; export declare function getDefaultSkillsDirectory(): string; export declare function registerSkillCommands(program: Command): void;