type EventSpec<EventKey extends ValidNonInteractionKeys> = readonly [
event: EventKey,
options?: RegisterEventOptions
];EventKey
EventKey extends ValidNonInteractionKeystype EventSpec<EventKey extends ValidNonInteractionKeys> = readonly [
event: EventKey,
options?: RegisterEventOptions
];EventKey extends ValidNonInteractionKeys