/** * ArrayBufferをstringに変換する */ export declare const binaryToString: (data: ArrayBuffer | File) => Promise;