/** * Copyright © 2025 Anonyome Labs, Inc. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 */ export declare function arrayBufferToString(buf: ArrayBuffer): string; export declare function stringToArrayBuffer(str: string): ArrayBuffer; export declare const base64StringToString: (b64: string) => string;