/** * Check to see if a file exists */ export declare function fileExists(path: string): Promise;