import { TeleBot } from "../telebot";
import { Message } from "../types/telegram";
export declare const updateProcessors: {
    message(this: TeleBot, messageUpdate: Message): Promise<any>;
};
