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