interface BuildSnapshotimport { type BuildSnapshot } from "https://deno.land/x/fresh@1.4.3/src/build/mod.ts"; Propertiesreadonlypaths: string[]The list of files contained in this snapshot, not prefixed by a slash. Methodsread(path: string): | ReadableStream<Uint8Array> | Uint8Array | null | Promise<ReadableStream<Uint8Array> | Uint8Array | null>For a given file, return it's contents. dependencies(path: string): string[]For a given entrypoint, return it's list of dependencies. Returns an empty array if the entrypoint does not exist.