import type { ToolResult } from "../types.js"; export declare function skillListTool(args: Record): Promise; export declare function skillLoadTool(args: Record): Promise;