declare const eventConfigMap: { [key: string]: { bitFlag: string; events: string[]; }; }; export default eventConfigMap;