import { ModuleWithProviders } from '@angular/core'; export * from './utils/api-utils'; export * from './components/error/api-error.component'; export * from './components/state/api-state.component'; export * from './services/api.actions'; export * from './services/api.http.service'; export * from './services/api.actions'; export * from './services/api.reducer'; export * from './services/api-status.reducer'; export declare class ApiToolsModule { static forRoot(): ModuleWithProviders; }