/** 获取文件 base64 编码 */
declare const getBase64: (file: File | Blob | undefined) => Promise<any>;
export { getBase64, };
