declare const Glob: { exec: (glob: string | string[], cwd: string) => Promise; }; export default Glob;