export declare function byteArrayToLong(byteArray: Uint8Array): number; export declare function shortTo2ByteArray(long: number): Uint8Array; export declare function longTo8ByteArray(long: number): Uint8Array;