/** * CLI messaging commands: * npx weixin-mcp send — send a message * npx weixin-mcp poll [--watch] [--reset] — poll for messages (once or continuous) */ export declare function cliSend(args: string[]): Promise; export declare function cliPoll(args: string[]): Promise;