import TelegramBot from 'node-telegram-bot-api'; export declare class FeedbackEvent { protected bot: TelegramBot; protected ctx: TelegramBot.Message; protected feedback: BotEventFeedback; constructor(bot: TelegramBot, ctx: TelegramBot.Message, feedback: BotEventFeedback); process(): Promise; resendPhoto(): Promise; resendText(): Promise; getText(text: string): string; }