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