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