import type { SearchIndex } from 'algoliasearch'; import type { AlgoliaIndices, TypedSearchIndex } from '../../types'; export declare function useAlgoliaInitIndex(indexName: T): TypedSearchIndex; export declare function useAlgoliaInitIndex(indexName: T): SearchIndex;