/** Model-initiated flow-transition tools siloed from flow reply speaking dicts (H1). */ export declare const FLOW_TRANSITION_CONTROL_TOOL_NAMES: Set; export declare function isFlowTransitionControlTool(name: string): boolean;