/** * Takes an incomplete JSON string, and returns a hopefully valid JSON string. * Note that this _can_ fail, so you should check the return value is valid JSON. */ export declare function fixJson(incompleteJson: string): string; //# sourceMappingURL=fixJson.d.ts.map