type alias UnoConfigimport { type UnoConfig } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.44/plugins/unocss.ts"; definition: UserConfig & { test?: RegExp; resetCSS?: boolean; }