/**
 * Fixes unescaped quotes inside JSON strings
 */
export declare function fixUnescapedQuotes(input: string): string;
//# sourceMappingURL=quote-fixing.d.ts.map