import type { ExecutableGraphValidationError } from "@x12i/graphenix-executable-contracts"; export declare function explainExecutableGraphError(error: ExecutableGraphValidationError): string; export declare function explainExecutableGraphErrors(errors: ExecutableGraphValidationError[]): string; //# sourceMappingURL=explain-executable-graph-error.d.ts.map