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