import { type ValidationResult, type ValidatorSet } from './types.js'; import { type Action, type Graph } from 'graph/types.js'; export declare const validate: (graph: Graph, customValidators?: ValidatorSet) => ValidationResult; //# sourceMappingURL=validate.d.ts.map