importSerializedTypefrom"./SerializedType";
/**
* Convert int64 big number input
* to HEX string, then serialize it.
* -2,147,483,648 to +2,147,483,648
*/declareconstSTInt64: SerializedType;
exportdefaultSTInt64;
//# sourceMappingURL=STInt64.d.ts.map