Expose possible event types from `crawlee._events`
The motivation is to simplify working with event data in custom listeners in apify-sdk-python - currently listener parameters cannot be typed without reaching into the private crawlee._events submodule.
See also apify/apify-sdk-python#278 (comment)