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