/** * GAP-TOOLS-037: Fetch Content Processing. * * Utilities for processing fetched HTML content: stripping tags, * extracting text, collecting links and images, and smart truncation. */ export interface FetchProcessorOptions { /** Maximum length of extracted text. */ maxLength?: number; /** Whether to extract text content from HTML. Default: true. */ extractText?: boolean; /** Whether to remove