export type SoundName =
  | 'battle_god_activation.mp3'
  | 'battle_laser_activation.mp3'
  | 'battle_laser_damage.mp3'
  | 'battle_pulse_activation.mp3'
  | 'battle_pulse_damage.mp3'
  | 'battle_shield_activation.mp3'
  | 'battle_shot_activation.mp3'
  | 'battle_shot_damage.mp3'
  | 'battle_star_damage.mp3'
  | 'battle_trap_activation.mp3'
  | 'battle_trap_damage.mp3'
  | 'battle_turbo_activation.mp3'
  | 'countdown_3_2_1.mp3'
  | 'emergency_alert.mp3'
  | 'engine_start.mp3'
  | 'final_lap_mario_kart.mp3'
  | 'kart_skiding.mp3'
  | 'pick_coin_x2.mp3'
  | 'power_up_selection.mp3'
  | 'sad_trumpet_loser.mp3'
  | 'system_started.mp3'
  | 'warning_alert_this_is_not_a_test.mp3'
  | 'winner_laugh.mp3';
