declare type ShortEmits<T extends Record<string, any>> =
  import('./macros').ShortEmits<T>
declare type SE<T extends Record<string, any>> =
  import('./macros').ShortEmits<T>
