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