import { IDeatilReducer } from './type'; export declare const CHANGE_ALL = "CHANGE_ALL"; export declare const CHANGE_TABLE = "CHANGE_TABLE"; export declare const CHANGE_FILTRE_OPERTION = "CHANGE_FILTRE_OPERTION"; export declare const detailReducer: (state: IDeatilReducer, action: any) => any;