export declare enum ESimulationEventType { CONNECTION = 0, DISCONNECTION = 1, INPUT = 2, CREATE_ENTITY = 3, DESTROY_ENTITY = 4 } export declare type TSimulationEventType = ESimulationEventType | number;