export declare class MapMessageType {
    static MAP_PUT: number;
    static MAP_GET: number;
    static MAP_REMOVE: number;
    static MAP_REPLACE: number;
    static MAP_REPLACEIFSAME: number;
    static MAP_CONTAINSKEY: number;
    static MAP_CONTAINSVALUE: number;
    static MAP_REMOVEIFSAME: number;
    static MAP_DELETE: number;
    static MAP_FLUSH: number;
    static MAP_TRYREMOVE: number;
    static MAP_TRYPUT: number;
    static MAP_PUTTRANSIENT: number;
    static MAP_PUTIFABSENT: number;
    static MAP_SET: number;
    static MAP_LOCK: number;
    static MAP_TRYLOCK: number;
    static MAP_ISLOCKED: number;
    static MAP_UNLOCK: number;
    static MAP_ADDINTERCEPTOR: number;
    static MAP_REMOVEINTERCEPTOR: number;
    static MAP_ADDENTRYLISTENERTOKEYWITHPREDICATE: number;
    static MAP_ADDENTRYLISTENERWITHPREDICATE: number;
    static MAP_ADDENTRYLISTENERTOKEY: number;
    static MAP_ADDENTRYLISTENER: number;
    static MAP_ADDNEARCACHEENTRYLISTENER: number;
    static MAP_REMOVEENTRYLISTENER: number;
    static MAP_ADDPARTITIONLOSTLISTENER: number;
    static MAP_REMOVEPARTITIONLOSTLISTENER: number;
    static MAP_GETENTRYVIEW: number;
    static MAP_EVICT: number;
    static MAP_EVICTALL: number;
    static MAP_LOADALL: number;
    static MAP_LOADGIVENKEYS: number;
    static MAP_KEYSET: number;
    static MAP_GETALL: number;
    static MAP_VALUES: number;
    static MAP_ENTRYSET: number;
    static MAP_KEYSETWITHPREDICATE: number;
    static MAP_VALUESWITHPREDICATE: number;
    static MAP_ENTRIESWITHPREDICATE: number;
    static MAP_ADDINDEX: number;
    static MAP_SIZE: number;
    static MAP_ISEMPTY: number;
    static MAP_PUTALL: number;
    static MAP_CLEAR: number;
    static MAP_EXECUTEONKEY: number;
    static MAP_SUBMITTOKEY: number;
    static MAP_EXECUTEONALLKEYS: number;
    static MAP_EXECUTEWITHPREDICATE: number;
    static MAP_EXECUTEONKEYS: number;
    static MAP_FORCEUNLOCK: number;
    static MAP_KEYSETWITHPAGINGPREDICATE: number;
    static MAP_VALUESWITHPAGINGPREDICATE: number;
    static MAP_ENTRIESWITHPAGINGPREDICATE: number;
    static MAP_CLEARNEARCACHE: number;
    static MAP_FETCHKEYS: number;
    static MAP_FETCHENTRIES: number;
    static MAP_AGGREGATE: number;
    static MAP_AGGREGATEWITHPREDICATE: number;
    static MAP_PROJECT: number;
    static MAP_PROJECTWITHPREDICATE: number;
    static MAP_FETCHNEARCACHEINVALIDATIONMETADATA: number;
    static MAP_ASSIGNANDGETUUIDS: number;
    static MAP_REMOVEALL: number;
    static MAP_ADDNEARCACHEINVALIDATIONLISTENER: number;
    static MAP_FETCHWITHQUERY: number;
    static MAP_EVENTJOURNALSUBSCRIBE: number;
    static MAP_EVENTJOURNALREAD: number;
}
