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