import { ClawdbotConfig, RuntimeEnv } from "./nextclaw-sdk/types.js"; //#region src/monitor.d.ts type MonitorFeishuOpts = { config?: ClawdbotConfig; runtime?: RuntimeEnv; abortSignal?: AbortSignal; accountId?: string; }; declare function monitorFeishuProvider(opts?: MonitorFeishuOpts): Promise; //#endregion export { monitorFeishuProvider };