export interface RedactOptions { suffix?: string; prefix?: string; regex?: boolean; }