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