export declare class ListMessageType {
    static LIST_SIZE: number;
    static LIST_CONTAINS: number;
    static LIST_CONTAINSALL: number;
    static LIST_ADD: number;
    static LIST_REMOVE: number;
    static LIST_ADDALL: number;
    static LIST_COMPAREANDREMOVEALL: number;
    static LIST_COMPAREANDRETAINALL: number;
    static LIST_CLEAR: number;
    static LIST_GETALL: number;
    static LIST_ADDLISTENER: number;
    static LIST_REMOVELISTENER: number;
    static LIST_ISEMPTY: number;
    static LIST_ADDALLWITHINDEX: number;
    static LIST_GET: number;
    static LIST_SET: number;
    static LIST_ADDWITHINDEX: number;
    static LIST_REMOVEWITHINDEX: number;
    static LIST_LASTINDEXOF: number;
    static LIST_INDEXOF: number;
    static LIST_SUB: number;
    static LIST_ITERATOR: number;
    static LIST_LISTITERATOR: number;
}
