export declare class LongInt { private _bytes; constructor(value: Uint8Array[8]); get bytes(): Uint8Array[8]; set bytes(value: Uint8Array[8]); } //# sourceMappingURL=LongInt.d.ts.map