import { ApplicationDataState } from '../app-data.state';
export declare class FilteringModule {
    static reducer(state: any, action: any): ApplicationDataState;
}
