import type { ResolvedToolDefinition } from "#runtime/types.js"; import type { JsonObject } from "#shared/json.js"; export declare const SKILL_OUTPUT_SCHEMA: JsonObject; export declare const SKILL_TOOL_DEFINITION: ResolvedToolDefinition;