export declare function areUint8ArraysEqual(a: Uint8Array, b: Uint8Array): boolean;
