/** @module search/api */ export { createSearchAPI } from './search.js'; export type { SearchAPI, SearchFilter } from './search.js'; export * from './replace.js';