declare const toBase64: (bytes: Uint8Array) => string;
export { toBase64 };
