export declare const REDACTED_VALUE = "[REDACTED]"; export declare const CIRCULAR_VALUE = "[Circular]"; export declare class Redactor { #private; constructor(secrets?: Iterable); redactText(value: string): string; redact(value: unknown): unknown; } //# sourceMappingURL=redaction.d.ts.map