import type { PluginRuntime } from "./types.js";
export declare function createRuntimeTools(): PluginRuntime["tools"];
