fast-glob supports `{ stats: true }`, which yields `fs.Stats` objects as opposed to strings. it looks like `index.d.ts` does not account for this? >>> Type 'string[]' is not assignable to type 'Stats[]'. Type 'string' is not assignable to type 'Stats'.