import type { FlowNode, FlowState } from '../types/flow.js'; import type { StreamPart } from '../types/stream.js'; export declare function emitInteractiveOnNodeEnter(node: FlowNode, state: FlowState, emit: (part: StreamPart) => void): void;