import { type ToolDefinition } from "@opencode-ai/plugin";
import type { SkillLoadOptions } from "./types";
export declare function createSkillTool(options: SkillLoadOptions): ToolDefinition;
export declare const skill: ToolDefinition;
