import type { IndexWidget } from '../../types'; import type { SearchParameters } from 'algoliasearch-helper'; export declare function resolveSearchParameters(current: IndexWidget): SearchParameters[];