function checkIndexesimport { checkIndexes } from "https://deno.land/x/mongo@v0.31.1/src/gridfs/indexes.ts"; checkIndexes(filesCollection: Collection<File>,chunksCollection: Collection<Chunk>,hasCheckedIndexes: (value: boolean) => void,)ParametersfilesCollection: Collection<File>chunksCollection: Collection<Chunk>hasCheckedIndexes: (value: boolean) => void