import type { DropboxAccessor } from '../../accessor/dropbox.ts'; import type { PathSpec } from '../../types.ts'; export declare function rmR(accessor: DropboxAccessor, path: PathSpec): Promise; //# sourceMappingURL=rm.d.ts.map