export declare const getMapItems: () => any; export declare const getMapItemsCount: () => any; export declare const removeMapItem: (itemToRemove: any) => void;