import type { HumanIoMapping } from "../io-mapping.js"; declare module "../types.js" { interface FlowNodeRegistry { run: { kind: "run"; name: string; envelopes?: NodeEnvelopes; io?: HumanIoMapping; }; } }