import type { FlowDefinition } from '../types.js'; import type { GraphSchemaInference } from './schema-flow.js'; import type { FlowRegistryIndex, FlowValidationIssue } from './types.js'; export declare function addFlowValidationRepairActions(def: FlowDefinition, index: FlowRegistryIndex, issues: FlowValidationIssue[], inference: GraphSchemaInference): FlowValidationIssue[];