export declare enum IMDataType {
    'Byte' = "Byte",
    'Long' = "Long",
    'Short' = "Short",
    'String' = "String"
}
