import { GetUserChatBoostsOptionsApplicationJson } from '../types'; export declare class GetUserChatBoostsOptionsApplicationJsonBase implements GetUserChatBoostsOptionsApplicationJson { chat_id: any; user_id: number; }