export default class RectangularSensorVisualizer {
    _scene: any;
    _primitives: any;
    _entityCollection: any;
    _hash: {};
    _entitiesToVisualize: any;
    update: (time: any) => boolean;
    _onCollectionChanged: any;
    isDestroyed: () => boolean;
    destroy: () => any;
    constructor(scene: any, entityCollection: any);
    static visualizer(): void;
}
