import { ModuleWithProviders } from '@angular/core'; export { DownloadManagerController, DownloadOptions } from './download-manager'; export declare class DownloadManagerModule { static forRoot(): ModuleWithProviders; }