export type MitterEvents = {
  [key: string]: never
}

export type NuxtMitterEvents = {
  [key: string]: never
}
