interface DependencyCSSModuleReferenceimport { type DependencyCSSModuleReference } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.15/compiler/types.ts"; Propertiesreadonlytype: "dependency"readonlyname: stringThe name to reference within the dependency. readonlyspecifier: stringThe dependency specifier for the referenced file.