/** * DOM snapshot reduction for ExploreChimp uploads — aligned with scriptservice {@code utils/html-utils.ts} {@code cleanHtml}. * Strips scripts/styles, prunes hidden/empty nodes, keeps a small allowlist of attributes, then truncates. */ export declare function cleanHtml(rawHtml: string, maxLength?: number): string; //# sourceMappingURL=clean-html.d.ts.map