/** * Cesium scene modes */ export declare enum SceneMode { SCENE3D = 0, COLUMBUS_VIEW = 1, SCENE2D = 2, PERFORMANCE_SCENE2D = 3 }