import { CartoOnlineRasterTileLayerOptions, HillshadeRasterTileLayerOptions, RasterTileLayerOptions } from './raster'; import { RasterTileLayerBase } from './raster.common'; export declare class RasterTileLayer extends RasterTileLayerBase { createNative(options: RasterTileLayerOptions): com.carto.layers.RasterTileLayer; } export declare class CartoOnlineRasterTileLayer extends RasterTileLayerBase { createNative(options: any): com.carto.layers.CartoOnlineRasterTileLayer; } export declare class HillshadeRasterTileLayer extends RasterTileLayerBase { heightScale: number; contrast: number; createNative(options: any): any; }