export declare function fileExists(path: string): Promise<boolean>;
