import type { Bot } from "../player/bot.js"; import type { ChildTrait } from "../traits/child.js"; export type EntitySubject = { entity: ChildTrait; }; export declare const botsValueError: (bot: Bot) => number;