/** Parses JSON without throwing, returning undefined for invalid input. */ export declare function safeParseJson(value: string): unknown;