/** * A callback function that can be used with `notify`. */ export type Callback = (event: EVENT) => PromiseLike | void;