import { Action } from './types'; import { Where } from '../../../../types'; declare const reducer: (state: Where[], action: Action) => Where[]; export default reducer;