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