import type { PluginRuntime } from "../runtime-api.js";
declare const setFeishuRuntime: (next: PluginRuntime) => void, getFeishuRuntime: () => PluginRuntime;
export { getFeishuRuntime, setFeishuRuntime };
