export declare const cloneUint8Array: (array: Uint8Array) => Uint8Array<ArrayBuffer>;
export declare const concatArrays: (...arrays: Uint8Array[]) => Uint8Array<ArrayBuffer>;
