export { createSearchEngine, resolveSearchStrategy } from './search-engine'; export { SearchStrategy } from './types'; export type { SearchDocument, SearchEngine, SearchResult } from './types';