/** Write `text` to the node's sidecar and, when its broker is live, deliver the * rendered block into the running session for the NEXT turn. * * Rejects when a live broker cannot be reached or refuses the frame — the * caller decides what that means. For a warm claim it is fatal (a node holding * the wrong situation is worse than a slow one), the same call the model swap * makes. A DORMANT node needs no delivery at all: its next revive renders the * sidecar into the kickoff. */ export declare function setSituationalContextLive(nodeId: string, text: string): Promise;