import { IngestionEventType } from "./types"; export declare function isTraceIdInSample(params: { projectId: string | null; event: IngestionEventType; }): { isSampled: boolean; isSamplingConfigured: boolean; }; //# sourceMappingURL=sampling.d.ts.map