/** * HTML sanitizer for inbound ActivityPub content. * Critical security boundary — all federated HTML MUST pass through this. */ export declare function sanitizeHtml(html: string): string; //# sourceMappingURL=sanitize.d.ts.map