import { n as Policy, t as ParseAdapter, u as SanitizerCore } from "./core-ynMpvzgT.mjs"; //#region src/main/index.d.ts /** * The default `Sanitizer`: parses untrusted HTML with the bundled WHATWG parser, * so it behaves identically in Node and the browser (no DOM required). Build one * with `Sanitizer.builder()`, e.g. `Sanitizer.builder(ugc).build()`. Override the * parser with `.parser(adapter)` (e.g. `parse5Adapter` from `neosanitize/parse5`). */ declare class Sanitizer extends SanitizerCore { constructor(policy?: Policy, parser?: ParseAdapter | null); } //#endregion export { Sanitizer as t }; //# sourceMappingURL=index-gmKTED1x.d.mts.map