type alias BundleCSSResultimport { type BundleCSSResult } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.20/server/bundle_css.ts"; definition: { code: string; cssModulesExports?: Record<string, string>; deps?: string[]; }