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