import { ChatPhoto } from '../types'; export declare class ChatPhotoBase implements ChatPhoto { small_file_id: string; small_file_unique_id: string; big_file_id: string; big_file_unique_id: string; }