export declare const int32ToUint8Array: (n: number) => Uint8Array;
export declare const uint8ArrayToInt64: (byteArray: Uint8Array) => number;
export declare const int64ToUint8Array: (n: number) => Uint8Array;
