export declare const concat: (...arr: Uint8Array[]) => Uint8Array;
export declare const toHexString: (bytes: Uint8Array) => string;
export declare const pad: (num: number, paddingLen?: number) => string;
