import type { SlashCommand } from '../types.js'; import { type DiscoveredSkill } from './state.js'; export declare const initialSkillsCmd: SlashCommand; export declare function makeDynamicSkillsCmd(plugins: DiscoveredSkill[]): SlashCommand;