/** * Safe Stringify Tests — Feedback Pipeline Preview Helpers * * Tests the BigInt-safe + circular-ref-safe JSON-style stringifier. * This function is used to safely preview values in feedback reports. * * ERR checklist: * - ERR-017: BigInt-safe + circular-ref-safe * - ERR-014/016: bounded output (max 2000 chars) */ export {}; //# sourceMappingURL=safe-stringify.test.d.ts.map