import { Options } from "rimraf";
export declare function rimraf(f: string, opts?: Options): Promise<void>;
