export declare const rmAsync: (dir?: string) => Promise; export declare const mkdirAndClear: (dir?: string) => void;