declare module y3.Const { const enum UIEventType { ['UI_CREATE'] = "ET_UI_PREFAB_CREATE_EVENT", ['UI_DELETE'] = "ET_UI_PREFAB_DEL_EVENT", } }