/**
 * Returns a new Uint8Array created by concatenating the passed Uint8Arrays
 */
export declare function concat(arrays: Uint8Array[], length?: number): Uint8Array;
//# sourceMappingURL=concat.d.ts.map