/** * Returns true if the path exists (file or directory), false otherwise. * * @param nodeishFs * @returns */ export declare function pathExists(filePath: string, fs: typeof import("node:fs/promises")): Promise; //# sourceMappingURL=exists.d.ts.map