import type { LifeCycle } from '../domain/lifeCycle';
export declare function startRumEventBridge(lifeCycle: LifeCycle): void;
