/** * This function is a replacement for `JSON.parse` that can handle large * unsafe integers by parsing them as BigInts. It transforms every * numerical value into a BigInt without loss of precision. */ export declare function parseJsonWithBigInts(json: string): unknown; //# sourceMappingURL=parse-json-with-bigints.d.ts.map