/** * Returns true if the two uint8 arrays are equal. From * https://stackoverflow.com/a/60818105/6085242 * * @param array1 - The first uint8 array. * @param array2 - The second uint8 array. * @returns - Whether the arrays are equal. */ export declare function areEqualUint8Arrays(array1: Uint8Array, array2: Uint8Array): boolean; //# sourceMappingURL=array.d.ts.map