import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { SearchProfileEntry } from "./SearchProfileEntry.js"; export declare const SearchProfileContext: core.serialization.ObjectSchema; export declare namespace SearchProfileContext { interface Raw { entity_id?: string | null; entries?: SearchProfileEntry.Raw[] | null; headline?: string | null; name?: string | null; perspective?: string | null; subject?: string | null; summary?: string | null; version?: number | null; } }