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