import { History } from 'history'; import { SetFilterOptions } from './types'; export default function applyHistoryAction(history: History, params: URLSearchParams, options: SetFilterOptions): string;