/** 从base64字符串（含data部分）获取mime
 * (返回mimeType或空字符串)
 */
export declare const getMimeTypeFromBase64: (base64Str: string) => string;
