import type { Bot } from "../../player/bot.js"; import type { State } from "../../state/state.js"; import type { ChildTrait } from "../../traits/child.js"; import type { BotNeuron } from "../botNeuron.js"; export declare const getInteractionEntities: >>(state: S, bot: Bot, neuron: BotNeuron) => ChildTrait[];