import { ShapeSeriesBaseDescription } from "./ShapeSeriesBaseDescription"; import { GeographicMapImageryDescription } from "./GeographicMapImageryDescription"; import { Type } from "./type"; /** * @hidden */ export declare class TileSeriesDescription extends ShapeSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private f8; get tileImagery(): GeographicMapImageryDescription; set tileImagery(a: GeographicMapImageryDescription); }