import type { Pattern } from "fast-glob"; export type { Pattern }; export declare const glob: ( directory: string, include: Pattern[], exclude?: string[] | undefined ) => Promise; //# sourceMappingURL=glob.d.ts.map