import { ProviderType } from 'types'; import { FiltersContextStateType } from '../types'; export declare function useApplyFilters(state: FiltersContextStateType, chosenProvider?: ProviderType): FiltersContextStateType; //# sourceMappingURL=useApplyFilters.d.ts.map