interface BucketInfoimport { type BucketInfo } from "https://deno.land/x/mongo@v0.31.1/src/gridfs/upload.ts"; PropertiesfilesCollection: Collection<File>chunksCollection: Collection<Chunk>chunkSizeBytes: number