/** * Runs file exists. * @param {string} path - Path. * @returns {Promise} - Resolves with Whether the operation succeeded. */ export default function fileExists(path: string): Promise; //# sourceMappingURL=file-exists.d.ts.map