import * as Cesium from 'cesium'; import { CzmImageBasedLightingJsonType } from '../../utils'; export declare function getImageBasedLighting(jsonValue: CzmImageBasedLightingJsonType): Cesium.ImageBasedLighting;