import { GameObjectBase } from '../GameObjectBase';
import { Room } from '../Room';
export declare class CrateObject extends GameObjectBase {
    private room;
    constructor(room: Room);
}
