import 'fast-text-encoding';
export declare function Uint8ArrayToJSONString(dataArray: Uint8Array): string;
