export declare function downloadFileToBase64(_path: string, _mines?: (string | RegExp)[]): Promise<string | false>;
