import { ChatShared } from '../types'; import { array } from '../types'; export declare class ChatSharedBase implements ChatShared { request_id: number; chat_id: number; title: string; username: string; photo: array; }