import type { Observable, RawError } from '@openobserve/browser-core'; import type { RumConfiguration } from '../configuration'; export declare function trackReportError(configuration: RumConfiguration, errorObservable: Observable): { stop: () => void; };