export { type BuildContext, type DeferredInputConnection, type DeferredMergeDownstream, toVarName, createLeaf, createVarRef, shouldBeVariable, isMergeType, isSwitchType, extractInputIndex, getOutputIndex, getOutputSlotName, getAllFirstOutputTargets, hasErrorOutput, getErrorOutputTargets, } from './build-utils';
