/** * given a file this will turn it to a base64 string * * Created October 1st, 2018 * @author: ywarezk * @version: 4.2.0 * @copyright: Nerdeez Ltd */ export declare function fileToString(file: File): Promise;