/** * Returns whether a file at the given path exists */ export declare function fileExists(path: string): boolean;