/** * Returns a new Uint8Array created by concatenating the passed ArrayLikes */ export declare function concat(arrays: Array>, length?: number): Uint8Array;