import type { create_skills_manager } from '../manager.js'; type SkillsManager = ReturnType; export declare const SKILL_SUBCOMMANDS: string[]; export declare function get_skill_argument_completions(prefix: string, mgr: SkillsManager): { value: string; label: string; }[] | null; export {};