export declare const normalizePatchOutput: (raw: string) => string | undefined; export declare const __test__: { stripCodeFences: (input: string) => string; stripJsonPrefix: (input: string) => string; findJsonSubstring: (input: string) => string | undefined; }; //# sourceMappingURL=PatchOutputNormalizer.d.ts.map