export declare const NO_STYLE_TAGS: readonly ["html", "head", "meta", "link", "script", "style", "noscript", "template", "slot", "base", "param", "source", "track", "wbr", "embed", "object", "iframe", "frame", "frameset", "applet", "bgsound", "noembed", "noframes"];
export declare const noStyleTagsSet: Set<"object" | "html" | "head" | "meta" | "link" | "script" | "style" | "noscript" | "template" | "slot" | "base" | "param" | "source" | "track" | "wbr" | "embed" | "iframe" | "frame" | "frameset" | "applet" | "bgsound" | "noembed" | "noframes">;
export type NO_STYLE_TAGS = typeof NO_STYLE_TAGS;
export declare let __DEBUG__: boolean;
export declare function setDebugMode(enabled: boolean): void;
//# sourceMappingURL=common.const.d.ts.map