export type { SearchEngineAdapter, SearchEngineConfig, SearchEngineOptions, SearchEngineOptionValue, SerializedIndexData, IndexStatsData, SearchIndexData, SearchStorageAdapter, IndexingOptions, IndexingPhase, IndexingProgress, IndexMetadata, SearchIndexStats, IndexResult, IndexError, } from './types'; export type { SearchStorageAdapter as StorageAdapter } from './StorageAdapter'; export type { SearchEngineAdapter as SearchEngineAdapterBase } from './SearchEngineAdapter'; export type { SearchPlatformAdapter } from './SearchPlatformAdapter'; export * from './constants'; //# sourceMappingURL=index.d.ts.map