import { type EventAttributes, type RumTimer, type UserContext } from '@nathanclaire/rum'; import * as i0 from "@angular/core"; export declare class EdgeRumService { identify(user: UserContext): void; track(name: string, attributes?: EventAttributes): void; trackScreen(name: string, attributes?: EventAttributes): void; time(name: string): RumTimer; captureError(error: Error, context?: Record): void; disable(): void; enable(): void; getSessionId(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=EdgeRumService.d.ts.map