export declare function safeJsonStringify(value: unknown): string | null;
