import { ReplayContainer } from '../types'; /** * Sets up a PerformanceObserver to listen to all performance entry types. * Returns a callback to stop observing. */ export declare function setupPerformanceObserver(replay: ReplayContainer): () => void; //# sourceMappingURL=performanceObserver.d.ts.map