import { IpRedactor, type StringKind } from "../../../../../sdk-core/index.js";
import type { TransportItemType } from "@grafana/faro-core";
export declare class IpRedactorWithMetrics extends IpRedactor {
    protected exportMetrics(context: ReturnType<typeof this.redact>["context"], source: TransportItemType, kind: StringKind): void;
}
//# sourceMappingURL=ip.d.ts.map