import type { SearchData, SearchDocument } from '../../../shared/types'; import type { SearchIndex } from './models'; export declare class FuseIndex implements SearchIndex { private documents; import(documents: SearchDocument[]): void; remove(ids: string[]): void; getSearchData(): SearchData; } //# sourceMappingURL=FuseIndex.d.ts.map