/** @noSelfInFile */

declare namespace sound_theme {
  class sound {
    snd_obj: sound_object
  }
  export const theme: Record<string, sound>
}
