import type { ChannelMessageActionContext } from '@xopcai/xopc/channels/plugin-types.js'; import type { TelegramAccountManager } from '../account-manager.js'; export declare function bindTelegramMessageActionAccountManager(manager: TelegramAccountManager): void; export declare function handleTelegramChannelAction(ctx: ChannelMessageActionContext): Promise;