export declare enum IMBoolean {
    'False' = "False",
    'True' = "True",
    '0_' = "0",
    '1_' = "1"
}
