interface Builderimport { type Builder } from "https://deno.land/x/fresh@1.3.1/src/build/mod.ts"; Methodsbuild(): Promise<BuildSnapshot>