export declare function clean(): Promise<void>;
export declare function cleanDir(dir: string): Promise<void>;
