Currently it is `void` which means that, for example, an async function cannot be an `EventHandler` because its return type is `Promise<void>`. I'll put up a diff shortly.