import glob from 'globby'; import del from 'del'; export { glob, del }; export declare function spawn(program: string, args: string[], cwd: string): Promise; export declare function touch(file: string): Promise; export declare function exists(file: string): Promise;