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