export type MapEvents = {
    mapInit: T.Map;
};
export declare const mapEmitter: import('mitt').Emitter<MapEvents>;
