import type { ChannelStatusAdapter } from '@xopcai/xopc/channels/plugin-types.js'; import type { TelegramAccountManager } from '../account-manager.js'; import type { TelegramResolvedAccount } from './types.js'; export declare function createTelegramStatusAdapter(options: { accountManager: TelegramAccountManager; }): ChannelStatusAdapter;