import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const GraphRelationEvidence: core.serialization.ObjectSchema; export declare namespace GraphRelationEvidence { interface Raw { canonical_predicate?: string | null; chunk_id?: string | null; confidence?: number | null; context?: string | null; raw_predicate?: string | null; relationship_id?: string | null; source_entity_id?: string | null; synthesized?: boolean | null; target_entity_id?: string | null; temporal_details?: string | null; timestamp?: string | null; } }