/**
* Transforms a value into a JSON string, whilst rendering bigints as large unsafe integers.
*/exportdeclarefunctionstringifyJsonWithBigints(value: unknown, space?: number | string): string;
//# sourceMappingURL=stringify-json-with-bigints.d.ts.map