import type { JSONSchemaType } from 'ajv';
import type * as responses from "./responses.js";
export declare const SearchHit: JSONSchemaType<responses.SearchHit>;
export declare const SearchResult: JSONSchemaType<responses.SearchResult>;
