import type { ModelMessage } from 'ai'; import type { FlowState, ReplyNode } from '../../types/flow.js'; import type { GatherScope } from '../../types/run-context.js'; export declare function resolveNodeGatherScope(node: ReplyNode, state: FlowState, history: ModelMessage[]): GatherScope | undefined;