import { AnswerCallbackQueryOptionsApplicationJson } from '../types'; export declare class AnswerCallbackQueryOptionsApplicationJsonBase implements AnswerCallbackQueryOptionsApplicationJson { callback_query_id: string; text: string; show_alert: boolean; url: string; cache_time: number; }