import type { RDAPResponse } from '../../shared/types'; import type { PrivacyOptions } from '../../shared/types/options'; export declare class PIIRedactor { private readonly options; constructor(options?: PrivacyOptions); redact(response: T): T; private redactEntity; private redactVCard; private shouldRedactField; getConfig(): Required; isEnabled(): boolean; } //# sourceMappingURL=PIIRedactor.d.ts.map