/** * Given a sample rate, returns true if replay should be sampled. * * 1.0 = 100% sampling * 0.0 = 0% sampling */ export declare function isSampled(sampleRate?: number): boolean; //# sourceMappingURL=isSampled.d.ts.map