import { ModuleWithProviders, ValueProvider, ClassProvider, ConstructorProvider, ExistingProvider, FactoryProvider } from '@angular/core'; import { OpenTelemetryConfig } from './configuration/opentelemetry-config'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common/http"; export declare class OpenTelemetryInterceptorModule { constructor(parentModule?: OpenTelemetryInterceptorModule); static forRoot(config: OpenTelemetryConfig | null | undefined, configProvider?: ValueProvider | ClassProvider | ConstructorProvider | ExistingProvider | FactoryProvider): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }