import type { GraphResponsePersistency, GraphRunContract, PublishedGraphDocument, ResolveGraphRunContractResult } from "@x12i/graphenix-executable-contracts"; /** * Resolve record-level graph-run tracking contract from a published graph document. */ export declare function resolveGraphRunContractWithMeta(doc: PublishedGraphDocument): ResolveGraphRunContractResult; /** * Resolve record-level graph-run tracking contract from a published graph document. */ export declare function resolveGraphRunContract(doc: PublishedGraphDocument): GraphRunContract; /** @internal Exposed for publish-time validation. */ export declare function readRawPersistency(doc: PublishedGraphDocument): { raw: GraphResponsePersistency | null; legacyPersistencyPath: boolean; }; //# sourceMappingURL=resolve-graph-run-contract.d.ts.map