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