type alias BlocklistRuleimport { type BlocklistRule } from "https://deno.land/x/netzo@0.4.72/deps/@unocss/core.ts"; definition: string | RegExp | ((selector: string) => boolean | null | undefined)