import { Action } from '../../types'; import { RequestExtraDataHandlerActionSagaType } from './types'; export declare const INIT_REQUEST_HANDLER_ACTION_SAGA = "@redux-core-modules/INIT_REQUEST_HANDLER_ACTION_SAGA"; export declare const requestExtraDataHandlerActionSaga: Action;