export declare function rm(pathToRemove: string, options?: {
    cwd: string;
}): void;
export declare function rm_r(pathToRemove: string, options?: {
    cwd: string;
}): void;
export declare function rm_rf(pathToRemove: string, options?: {
    cwd: string;
}): void;
