import type { Scene } from '@antv/l7'; import type { Map } from '../../types/map'; export declare function setMapContext(props: Map, scene: Scene): Promise | undefined;