interface TransformCSSResultimport { type TransformCSSResult } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.15/compiler/types.ts"; Propertiesreadonlycode: stringThe transformed code. readonlyoptionalmap: stringThe generated source map, if enabled. readonlyoptionalexports: CSSModuleExportsCSS module exports, if enabled. readonlyoptionaldependencies: Dependency[]@import and url() dependencies, if enabled.