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