import { type PathLike } from 'node:fs'; export declare function isExisting(path: PathLike): Promise;