import { buildDenoKVDFSFileHandler } from "https://deno.land/x/fathym_eac_runtime@v0.1.54/src/runtime/dfs/buildDenoKVDFSFileHandler.ts";
type
() => DFSFileHandler
denoKv: Deno.Kv,
rootKey: Deno.KvKey,
root: string,
segmentPath?: string,
pathResolver?: (filePath: string) => string,