/**
 * Grammy Grammy Telegram API Framework API
 * =====================
 *
 * @contributors: Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)
 *                Alì Shadman [@AliShadman95] (https://github.com/AliShadman95)
 *
 * @license: MIT License
 *
 */
import { Bot } from "grammy";
declare const bot: Bot<import("grammy").Context, import("grammy").Api<import("grammy").RawApi>>;
export { bot };
export default bot;
