export declare function tryParseJsonString(jsonString?: any, errorTip?: string): T | undefined; export declare const tryStringifyJson: (jsonString: object | null | undefined, errorTip?: string, prettier?: boolean) => string | undefined; export declare const tryPrettierJsonString: (jsonString: string, errorTip?: string) => string | undefined;