import type { ExecutableGraphValidationError } from "@x12i/graphenix-executable-contracts"; /** Validates optional per-task nested graph reference on taskConfiguration. */ export declare function validateCallGraphRef(nodeId: string, params: Record, paramPath: string): ExecutableGraphValidationError[]; //# sourceMappingURL=validate-call-graph.d.ts.map