type ParsedJson = any; export declare const tryParseJson: (jsonStr: string) => ParsedJson; export {};