import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const EntityChangeBehaviour: { readonly Carry: "carry"; readonly Drop: "drop"; readonly Add: "add"; }; export type EntityChangeBehaviour = OpenEnum; /** @internal */ export declare const EntityChangeBehaviour$inboundSchema: z.ZodMiniType; /** @internal */ export declare const EntityChangeBehaviour$outboundSchema: z.ZodMiniType; //# sourceMappingURL=entity-change-behaviour.d.ts.map