import type { CodesightPlugin } from "../../types.js"; export interface Skill { name: string; description: string; path: string; } export declare function createSkillsPlugin(): CodesightPlugin;