import type { InjectionKey } from 'vue'; import type { MapResolved } from './map-types'; export interface MapContext { getMap: Promise; } export declare const mapContextKey: InjectionKey;