export function scValToBigInt(scv: xdr.ScVal): bigint;
export { Uint128 } from "./uint128";
export { Uint256 } from "./uint256";
export { Int128 } from "./int128";
export { Int256 } from "./int256";
export { ScInt } from "./sc_int";
export { XdrLargeInt };
import { XdrLargeInt } from "./xdr_large_int";
