import { ChatBoost } from '../types'; import { ChatBoostSource } from '../types'; export declare class ChatBoostBase implements ChatBoost { boost_id: string; add_date: number; expiration_date: number; source: ChatBoostSource; }