import { type PathLike } from 'node:fs'; import { type Success } from '@zokugun/xtry'; export declare function pathExists(path: PathLike): Success;