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