/**
 * Converts a UTF-8 array to a string.
 *
 * @param array - The UTF-8 array to convert
 *
 * @returns The string
 *
 * @group Utils
 *
 * @beta
 */
export declare function utf8ArrayToStr(array: Uint8Array, exitOnNull?: boolean): string;
//# sourceMappingURL=utf8ArrayToStr.d.ts.map