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