export declare class RollbackRemove { #private; rm(path: string): Promise; confirm(): void; rollback(): Promise; }