import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { SearchRelationVia } from "./SearchRelationVia.js"; import { SearchV2Chunk } from "./SearchV2Chunk.js"; export declare const SearchForcefulRelationEntry: core.serialization.ObjectSchema; export declare namespace SearchForcefulRelationEntry { interface Raw { chunk?: SearchV2Chunk.Raw | null; via?: SearchRelationVia.Raw | null; } }