import type { Draft } from '@reduxjs/toolkit'; import type { Correction, QueryCorrection } from '../../api/search/search/query-corrections.js'; export declare const setToNonEmptyQueryCorrection: (state: { queryCorrection: Draft; wasCorrectedTo: string; }, correction: Correction | undefined) => void;