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