/** @noSelfInFile */

declare namespace xr_sound {
  export function get_safe_sound_object(path: string): TODO
  export function set_sound_play(npc_id: number, sound: string, faction?: Faction, point?: vector): void
}
