import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { SearchScoredPathResponse } from "./SearchScoredPathResponse.js"; export declare const SearchGraphContext: core.serialization.ObjectSchema; export declare namespace SearchGraphContext { interface Raw { chunk_id_to_group_ids?: Record | null; chunk_relations?: SearchScoredPathResponse.Raw[] | null; query_paths?: SearchScoredPathResponse.Raw[] | null; } }