import type { Event } from '@sentry/core';
import type { 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