export declare class ImageryProvider {
    constructor();
    static loadImage(imageryProvider: any, url: string): void;
}
