import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { SearchGraphPath } from "./SearchGraphPath.js"; export declare const SearchGraphPlane: core.serialization.ObjectSchema; export declare namespace SearchGraphPlane { interface Raw { paths?: SearchGraphPath.Raw[] | null; } }