export declare function removeTempDir(dirPath: string): Promise<Error | null>;
