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