import type { PluginConfig, PluginRuntime, ResolvedWechatMpAccount, WechatMpInboundCandidate } from "./types.js"; export declare function dispatchWechatMpCandidate(params: { cfg: PluginConfig; account: ResolvedWechatMpAccount; candidate: WechatMpInboundCandidate; runtime: PluginRuntime; onChunk?: (text: string) => Promise; log?: (message: string) => void; error?: (message: string) => void; }): Promise<{ dispatched: boolean; reason?: string; combinedReply?: string; }>; //# sourceMappingURL=dispatch.d.ts.map