On this pagebytesToUtf8String() functionBuilds a string from a Uint8Array using the utf-8 encoding.Signature:export declare function bytesToUtf8String(b: Uint8Array): stringParametersParameterTypeDescriptionbUint8Arraythe array to be convertedReturns:string