import type { TerrainSource } from '../interfaces';
import type { GeoJSONStoreFeatures } from 'terra-draw';
export declare const queryElevationFromRasterDEM: (points: GeoJSONStoreFeatures[], terrainDource?: TerrainSource) => Promise<GeoJSONStoreFeatures[]>;
//# sourceMappingURL=queryElevationFromRasterDEM.d.ts.map