/** * Try to parse JSON, returning null on failure. */ export declare function tryParseJson(content: string): T | null;