import type { Plugin } from '@elizaos/core'; import { TelegramService } from './service'; import { MessageManager } from './messageManager'; declare const telegramPlugin: Plugin; export { TelegramService, MessageManager }; export default telegramPlugin;