///
import type { EntityActionDefinition } from "../../actions/entity/entityAction.js";
import type { Bot } from "../../player/bot.js";
import type { State } from "../../state/state.js";
import type { BotNeuron } from "../botNeuron.js";
export declare function handleEntityAction(state: S, bot: Bot, neuron: BotNeuron, action: EntityActionDefinition): ClientPlayerMessage[];