import { Action } from '../../types'; import { InitLoadManagerActionPayloadType } from './types'; export declare const INIT_LOAD_MANAGER_ACTION_SAGA = "@redux-core-modules/INIT_LOAD_MANAGER_ACTION_SAGA"; export declare const initLoadManagerActionSaga: Action;