import type { Handler } from 'hono'; import type { Store } from '../../store'; export declare function searchHandler(store: Store): Handler; export declare function searchFacetsHandler(store: Store): Handler; //# sourceMappingURL=search.d.ts.map