import type { ChannelSecurityAdapter } from '@xopcai/xopc/channels/plugin-types.js'; import type { TelegramResolvedAccount } from './types.js'; export declare function createTelegramSecurityAdapter(): ChannelSecurityAdapter;