interface GlobOptionsimport { type GlobOptions } from "https://dotland.deno.dev/std@0.177.0/node/path/mod.ts"; Propertiesoptionalextended: boolean = trueExtended glob syntax. See https://www.linuxjournal.com/content/bash-extended-globbing. optionalglobstar: boolean = trueGlobstar syntax. See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option. If false, ** is treated like *. optionalcaseInsensitive: booleanWhether globstar should be case-insensitive. optionalos: OSTypeOperating system. Defaults to the native OS.