/** * when the path can read successfully, the function will return true * @param {string} path * @returns {boolean} */ export declare function fsExists(path: string): Promise;