import type { PluginRuntime } from "remoteclaw/plugin-sdk/core"; declare const setTelegramRuntime: (next: PluginRuntime) => void, getTelegramRuntime: () => PluginRuntime; export { getTelegramRuntime, setTelegramRuntime };