export type {Options as GlobOpts} from 'fast-glob'; export type ExpandOpts = { root: string; formats: Array; };