/** * Strips memory-related tags from text to protect privacy. * Uses iteration limit (100) for ReDoS protection. */ /** * Strip ... and ... from text. * Uses iteration limit to protect against ReDoS. */ export declare function stripMemoryTagsFromText(text: string): string; /** * Strip memory tags from a JSON string (strips from all string values). */ export declare function stripMemoryTagsFromJson(jsonString: string): string; //# sourceMappingURL=strip-tags.d.ts.map