interface Types.Script implements Node, HasSpan, HasInterpreterimport { type Types } from "https://deno.land/x/mesozoic@v1.0.1/lib/swc.ts"; const { Script } = Types; Propertiestype: "Script"body: Statement[]