On this pagebytesToBase64() functionEncodes a Uint8Array to a base64 string representation with padding.Signature:export declare function bytesToBase64(b: Uint8Array): stringParametersParameterTypeDescriptionbUint8Arraythe byte array to convertReturns:string