/**
 * Blob转BASE64
 * @param blob Blob
 */
export declare function blobToDataURL(blob: Blob): Promise<string>;
