export declare function concat(a: Uint8Array, b: Uint8Array): Uint8Array; export declare function prepad(raw: Uint8Array, length: number): Uint8Array; export declare function toArray(num: number, length: number): Uint8Array;