type alias postcss.SourceMapimport { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts"; const { SourceMap } = postcss; definition: SourceMapGenerator & { toJSON(): RawSourceMap; }