import { Attributes, Counter } from "@opentelemetry/api";
/**
 * Returns a singleton OpenTelemetry counter metric used to record occurrences of PII redactions.
 *
 * @returns {Counter} The singleton OpenTelemetry counter metric for PII redactions.
 */
export declare function _getPIICounterRedactionMetric(): Counter<Attributes>;
