import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const SearchProfileEntry: core.serialization.ObjectSchema; export declare namespace SearchProfileEntry { interface Raw { confidence?: number | null; facet?: string | null; since?: string | null; slot?: string | null; state?: string | null; statement_keys?: string[] | null; text?: string | null; } }