import { Cartesian2, Cartesian3, Scene } from "cesium"; /** * Gets the coordinates that are clamped to the current terrain. */ export declare function getCoordClampedToTerrain(p: Cartesian2, scene: Scene): Cartesian3;