import { Action } from '../../actions/types'; export declare const produceIF: (data: any, actions: Action[]) => {};