export declare const convertByteArrayToString: (byteArray: Uint8Array, startIndex?: number, length?: number) => string;