export declare const concatUint8Array: (chunks: (Uint8Array | Int8Array)[], byteLength?: number) => Uint8Array;