declare const binaryToBase64: (state: Uint8Array) => string; export default binaryToBase64;