import type { Sampler } from '../Sampler'; /** * Creates a sampler that wraps a delegate and upgrades NOT_RECORD decisions to * RECORD, ensuring all spans are recorded without affecting the sampling rate. */ export declare function createAlwaysRecordSampler(delegate: Sampler): Sampler; //# sourceMappingURL=AlwaysRecordSampler.d.ts.map