import { Rectangle } from "../core" import { Window_Command } from "./Window_Command" /** * Window_GameEnd * * The window for selecting "Go to Title" on the game end screen. */ export declare class Window_GameEnd extends Window_Command { constructor(rect: Rectangle) makeCommandList(): void }