variable globToQueryAndRegeximport { globToQueryAndRegex } from "https://deno.land/x/earthstar@v10.0.0-alpha.3/src/query/query-helpers.ts"; type(glob: string) => { query: Query<string[]>; regex: string | null; }