import { ModuleWithProviders } from '@angular/core'; import { CommonModule } from '@angular/common'; export declare class HttpServiceModule { static forRoot(): ModuleWithProviders; } export * from './http.service'; export * from './wm-http-request'; export * from './wm-http-response';