declare const stringifyBigInt: (value: bigint | BigInt) => string; export default stringifyBigInt;