import type { PluginConfig } from "./types.js"; export declare function probeWechatMpAccount(params: { cfg: PluginConfig; accountId?: string; }): Promise<{ channel: "wechat-mp"; accountId: string; configured: boolean; canSendActive: boolean; webhookPath?: string; authOk: boolean; lastInboundAt?: number; error?: string; }>; //# sourceMappingURL=probe.d.ts.map