import { CsvQueryAction, CsvQueryState } from './types.js'; export declare function downloadCsvQueryStateReducer(state: CsvQueryState, action: CsvQueryAction): CsvQueryState; //# sourceMappingURL=csv-query-state-reducer.d.ts.map