interface postcss.SourceRe-exportimport { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts"; const { Source } = postcss; Propertiesinput: InputThe file source of the node. optionalstart: PositionThe starting position of the node’s source. optionalend: PositionThe ending position of the node's source.