declare module y3.Const { const enum ModifierType { ['NORMAL'] = 1, ['HALO'] = 2, ['HALO_EFFECT'] = 3, ['SHIELD'] = 4, } }