import type { Command } from "commander"; /** * Registers `agent-bober telegram` with Commander. * Running the command reads TELEGRAM_BOT_TOKEN from the environment, starts a * local getUpdates long-polling loop, and blocks until Ctrl+C (SIGINT/SIGTERM). * If TELEGRAM_BOT_TOKEN is absent, writes a message naming the variable to stderr, * sets process.exitCode = 1, and returns (stopCondition #3). */ export declare function registerTelegramCommand(program: Command): void; //# sourceMappingURL=telegram.d.ts.map