import { Action } from '../../types'; import { DownloadFilesManagerType } from './types'; export declare const DOWNLOAD_FILE_MANAGER = "@redux-core-modules/DOWNLOAD_FILE_MANAGER"; export declare const downloadFilesManagerSagaAction: Action;