import { Game } from '../types'; import { array, Animation } from '../types'; export declare class GameBase implements Game { title: string; description: string; photo: array; text: string; text_entities: array; animation: Animation; }