/**
 * Converts a Uint8Array or Array of bytes into a string representation of base64.
 */
export declare function base64StringFromByteArray(uint8: Uint8Array | number[]): string;
//# sourceMappingURL=fromByteArray.d.ts.map
