/**
 * Deep clones the object and replaces all Date objects with their ISO string representation.
 */
export declare function deepReplaceDatesWithISOStrings(obj: any): any;
//# sourceMappingURL=deep-replace-dates-with-strings.d.ts.map