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