/** @noSelfInFile */

declare namespace xr_weapon_jam {
  export function npc_on_update(npc: CGameObject): void
  export function on_game_start(): void
  export function print_dbg(frmt: string, ...args: any[]): void
}
