variable watchFsimport { watchFs } from "https://deno.land/x/aleph@1.0.0-alpha.47/lib/fs.ts"; type(dir: string, listener: (kind: "create" | "remove" | "modify", path: string) => void) => unknown