import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { GraphTripletWithEvidence } from "./GraphTripletWithEvidence.js"; export declare const GraphGraphRelationsResponse: core.serialization.ObjectSchema; export declare namespace GraphGraphRelationsResponse { interface Raw { auxiliary_relations?: GraphTripletWithEvidence.Raw[] | null; auxiliary_truncated?: boolean | null; is_truncated?: boolean | null; message?: string | null; next_cursor?: number | null; relations?: GraphTripletWithEvidence.Raw[] | null; success?: boolean | null; } }