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