export declare function concat(arrays: Uint8Array[], providedLength?: number): Uint8Array; export declare function equals(a: Uint8Array, b: Uint8Array): boolean;