import { GameObjectBase } from '../GameObjectBase'; export declare class FrontDoorObject extends GameObjectBase { constructor(); }