/** * Converts an object to a JSON-safe format by converting bigint values to strings * and recursively processing nested objects and arrays * * @param data - The object to convert to JSON-safe format * @returns A new object with all bigint values converted to strings */ export declare function toJsonSafe(data: T): object; //# sourceMappingURL=json.d.ts.map