import type { Env, Handler } from 'hono'; import type { Store } from '../../store'; import type { SearchRequestParams, FacetCountsRequestParams } from '../../../types/index.js'; import type { ValidatedJsonInput } from '../../types'; export declare function searchHandler(store: Store): Handler>; export declare function searchFacetsHandler(store: Store): Handler>; //# sourceMappingURL=search.d.ts.map