export declare function uint8ArrayConcat(...parts: Uint8Array[]): Uint8Array;
/**
 * Returns true if the two passed Uint8Arrays have the same content
 */
export declare function uint8ArrayEquals(a: Uint8Array, b: Uint8Array): boolean;
//# sourceMappingURL=uint8array.d.ts.map