class CSSProcessorimport { CSSProcessor } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/css.ts"; ConstructorsnewCSSProcessor()MethodsprivategetModulesJSON(url: string)config(isProd: boolean, options: CSSOptions)transform(url: string, content: string): Promise<{ code: string; map?: string; classNames?: Record<string, string>; }>