/** * Core HTML sanitization logic. * * @module bquery/security * @internal */ import type { SanitizeOptions } from './types'; /** * Core sanitization logic (without Trusted Types wrapper). * @internal */ export declare const sanitizeHtmlCore: (html: string, options?: SanitizeOptions) => string; //# sourceMappingURL=sanitize-core.d.ts.map