4 lines
235 B
TypeScript
4 lines
235 B
TypeScript
import type { CommandDefinition } from "../claude-code-command-loader/types";
|
|
import type { LoadedPlugin } from "./types";
|
|
export declare function loadPluginSkillsAsCommands(plugins: LoadedPlugin[]): Record<string, CommandDefinition>;
|