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