import type { ArtifactGraphDocument } from '../types/index.js'; /** Validate a complete graph, including graph identities and referential integrity. */ export declare function parseArtifactGraphDocument(value: unknown): ArtifactGraphDocument | null;