export type JsonSafeStringify = { success: boolean; value: unknown; }; export declare function jsonSafeStringify(value: unknown): JsonSafeStringify;