/**
 * Encodes binary data to base64
 *
 * @param binary - The binary data to encode
 * @returns The base64 encoded string
 *
 * @group Utils
 *
 * @beta
 */
export declare function encodeBase64(binary: Uint8Array): string;
//# sourceMappingURL=encodeBase64.d.ts.map