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