/// /** * @see [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/api-map.html#wxcreatemapcontextmapid) * @param mapid [string] 组件的 id */ export default function create_map_context(mapId: string): wx.MapContext;