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