/** * Delete a file at the specified path. * @param {String} path the file path */ export declare const deleteFile: (path: string) => Promise;