import type { PluginRuntime } from "./types.js"; export declare function createPluginRuntime(): PluginRuntime; export type { PluginRuntime } from "./types.js";