import { $n as PluginRuntime } from "./types-C0dQmare.js";
//#region extensions/irc/src/runtime.d.ts
declare const setIrcRuntime: (next: PluginRuntime) => void, getIrcRuntime: () => PluginRuntime;
//#endregion
export { setIrcRuntime as t };