import type { NormalizedExecutableGraphDocument } from "@x12i/graphenix-executable-contracts"; export declare function assertNormalizedExecutableGraph(doc: unknown): asserts doc is NormalizedExecutableGraphDocument; //# sourceMappingURL=assert-normalized-executable-graph.d.ts.map