import { PathLike } from "node:fs"; export declare function checkPathExists(path: PathLike): Promise;