import { GlobalFilterState } from '../states/global-filter.state'; export declare function globalFilterReducer(state: any, action: any): GlobalFilterState;