/** Strip `...` blocks. Case-insensitive, multiline-safe. */ export declare function stripPrivateBlocks(text: string, replacement?: string): string; /** Redact content matching sensitive regex patterns. Invalid/dangerous patterns are skipped with a warning. */ export declare function redactSensitive(text: string, patterns: string[], replacement?: string): string; //# sourceMappingURL=privacy.d.ts.map