export declare enum UserType {
    MSO_SYSTEM = 0,
    MSO_USER = 1,
    MSO_PREFIX = 2,
    MSO_O = 3,
    MSO_NUM = 4
}
