import type { ExecutableGraphValidationResult } from "@x12i/graphenix-executable-contracts"; /** * @deprecated Use {@link validateAuthoringGraph} instead. Will be removed in 1.0.0. * Validates Design/Edit executable graphs (authoring form). */ export declare function validateExecutableGraph(doc: unknown): ExecutableGraphValidationResult; //# sourceMappingURL=validate-executable-graph.d.ts.map