import type { NodeSDKConfig } from "../../../index.js";
import { BasicRedactor } from "../../../../../sdk-core/index.js";
export type RedactorKeys = keyof Omit<NonNullable<NodeSDKConfig["detection"]>, "custom">;
export declare const redactors: Record<RedactorKeys, BasicRedactor>;
