interface fs.ExpandGlobOptions implements Omit<GlobOptions, "os">import { type fs } from "https://deno.land/x/sandbox@v1.1.0/deps.ts"; const { ExpandGlobOptions } = fs; Propertiesoptionalroot: stringoptionalexclude: string[]optionalincludeDirs: boolean