/** @noSelfInFile */

declare namespace mob_sound {
  export function pick_sound_from_set(set: AnyTable): string | undefined
}
