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