import { BaseComponentContext } from './BaseComponentContext.js'; export type MapContext = BaseComponentContext & { mapId: string; };