import { Middleware } from 'telegraf';
import { Context } from '../../types';
export declare const add: Middleware<Context>;
