import { ReadonlyReactive } from "@conterra/reactivity-core"; import { HttpService } from "@open-pioneer/http"; import { PackageIntl } from "@open-pioneer/runtime"; import { MapConfig } from "./MapConfig"; import { MapModel } from "./MapModel"; export declare function createMapModel(mapId: string, mapConfig: MapConfig, currentIntl: ReadonlyReactive, httpService: HttpService): Promise;