export declare class LockMessageType {
    static LOCK_ISLOCKED: number;
    static LOCK_ISLOCKEDBYCURRENTTHREAD: number;
    static LOCK_GETLOCKCOUNT: number;
    static LOCK_GETREMAININGLEASETIME: number;
    static LOCK_LOCK: number;
    static LOCK_UNLOCK: number;
    static LOCK_FORCEUNLOCK: number;
    static LOCK_TRYLOCK: number;
}
