import { TGBotMessageFormat } from '../types/message-format';
export interface TGBotRenderedMessage {
    message: string;
    format: TGBotMessageFormat;
}
