export declare const characterParamEffects: import("repond/src/usable/paramEffects").ParamEffectsGroup<"whenPositionChanges", { characterName: string; dollName: string; }>; export declare function startDynamicCharacterRulesForInitialState(): void; export declare function stopDynamicCharacterRulesForInitialState(): void; export declare const characterEffects: Record<"whenAtCamCubes" | "whenPlaceChanges", import("repond").Effect>;