import { Action } from '../../types'; import { FormManagerType } from './types'; export declare const FETCH_FORM_MANAGER = "@redux-core-modules/FETCH_FORM_MANAGER"; export declare const fetchFormManagerSagaAction: Action;