/** * @since 2019-12-27 01:31 * @author vivaxy */ export declare function concatUInt8Array(a: Uint8Array, b: Uint8Array): Uint8Array;