import { PpsnRedactor, type StringKind } from "../../../../../sdk-core/index.js";
import type { TransportItemType } from "@grafana/faro-core";
export declare class PpsnRedactorWithMetrics extends PpsnRedactor {
    protected exportMetrics(context: {
        redactedCounter: number;
    }, source: TransportItemType, kind: StringKind): void;
}
//# sourceMappingURL=ppsn.d.ts.map