/// <reference types="koishi/lib" />
import { Adapter } from 'koishi';
export * as Telegram from './types';
export * from './bot';
export * from './http';
export * from './sender';
export * from './utils';
declare const _default: import("koishi").Plugin.Object<Adapter.PluginConfig<import("./utils").AdapterConfig, import("./bot").BotConfig>>;
export default _default;
