declare type EventCallback<Return = void> = (...data: any) => Return;
export default EventCallback;
