/** * WeChat Command * CLI commands for WeChat channel integration. * * Workflow: * 1. paean wechat setup — Scan QR code to authenticate * 2. paean wechat start — Start agent with WeChat channel active * 3. paean wechat status — Check login status * 4. paean wechat send-message — Proactively send a message to a WeChat user * 5. paean wechat contacts — List known contacts * 6. paean wechat logout — Remove saved credentials */ import { Command } from 'commander'; export declare const wechatCommand: Command; //# sourceMappingURL=wechat.d.ts.map