/** @noSelfInFile */

declare namespace game_relations {
  export function is_factions_enemies(faction_1: string, faction_2: string): boolean
}
