import { RedactOptions } from './redact-options.interface.js'; export declare class RedactService { private readonly REDACTION; private readonly EXCEPTIONS; private redactions; enabled: boolean; addRedaction(text: string, options?: RedactOptions): void; redact(text: string): string; }