import { InstrumentationBase, type InstrumentationConfig } from '@opentelemetry/instrumentation'; export declare class FrontendErrorInstrumentation extends InstrumentationBase { #private; readonly component: string; moduleName: string; readonly version: string; constructor(config?: InstrumentationConfig); disable(): void; enable(): void; protected init(): void; } //# sourceMappingURL=FrontendErrorInstrumentation.d.ts.map