export declare const loadImageToBitMap: (param: { src: string; isgl?: boolean; isCache?: boolean; }, imageCache?: Map) => Promise;