/** * BigInt-safe + circular-ref-safe JSON-style stringifier for preview text. * Truncates long strings, bounds depth, and never throws on BigInt or circular refs. */ export declare function safeStringifyPreview(value: unknown): string; //# sourceMappingURL=safe-stringify.d.ts.map