import Actions from '../../actions'; import Store from '../../store'; export declare type Action = Actions.ReceiveSiteParams; export declare type State = Store.SiteParams[]; export declare const DEFAULT_PARAMS: any; export default function updateParams(state: State, action: Action): State; export declare const update: (state: Store.SiteParams[], payload: Store.SiteParams[]) => Store.SiteParams[];