/**
* Converts bigint values in an object to strings for safe serialization
*
* @paramobj - The object to convert
* @returns A new object with bigint values converted to strings
*/exportdeclareconstconvertBigIntsToStrings: (obj: any) =>any;
//# sourceMappingURL=bigint.d.ts.map