import type { BuiltTool } from '../types'; import { type RuntimeSkillSource } from './types'; export declare const RUNTIME_SKILL_TOOL_NAMES: Set; export declare function createRuntimeSkillTools(source: RuntimeSkillSource): BuiltTool[]; export declare function createSkillLoadTool(source: RuntimeSkillSource): BuiltTool;