import type { ChannelCommandAdapter } from '@xopcai/xopc/channels/plugin-types.js'; /** * Declarative list of BotFather-style commands handled in `command-handler.ts` / `plugin.ts` message routing. */ export declare function createTelegramCommandAdapter(): ChannelCommandAdapter;