interface RuleMetaimport { type RuleMeta } from "https://deno.land/x/netzo@0.4.72/deps/@unocss/core.ts"; Propertiesoptionallayer: stringThe layer name of this rule. optionalnoMerge: booleanOption to not merge this selector even if the body are the same. optionalsort: numberFine tune sort optionalautocomplete: Arrayable<AutoCompleteTemplate>Templates to provide autocomplete suggestions optionalprefix: string | string[]Matching prefix before this util optionalinternal: booleanInternal rules will only be matched for shortcuts but not the user code. optional__hash: stringStore the hash of the rule boy