import { Event } from '@sentry/core'; import { ReplayContainer } from '../../types'; /** * Determine if event should be sampled (only applies in buffer mode). * When an event is captured by `handleGlobalEvent`, when in buffer mode * we determine if we want to sample the error or not. */ export declare function shouldSampleForBufferEvent(replay: ReplayContainer, event: Event): boolean; //# sourceMappingURL=shouldSampleForBufferEvent.d.ts.map