import { type PathLike } from 'node:fs'; import { rm } from '../fs/async.cjs'; export declare function remove(path: PathLike): ReturnType;