import { Config, ParamMap } from '../types.js'; import { RmOptions } from './rm.js'; /** * @link https://help.aliyun.com/document_detail/120053.html */ export interface RmrfOptions extends Omit { /** cloudurl 目的路径,不包括 bucket */ target: string; } export declare const initOptions: RmrfOptions; export declare function processInput(input: RmrfOptions, globalConfig: Config | undefined): Promise; //# sourceMappingURL=rmrf.d.ts.map