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