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