/** * CLI dispatcher for `@ar-agents/whatsapp`. Subcommands: * * whatsapp doctor — diagnose env, ping Meta Graph, list tools * whatsapp help — print usage * whatsapp version — print installed version * * Exit codes: 0 = ok or warn-only, 1 = at least one fail. */ declare function runCli(argv: string[]): Promise; export { runCli };