export declare const exec: any; export declare const sleep: (deley: any) => Promise; export declare const deleteDirectory: (path: any) => any;