import { StructuredPatch } from '../types'; export declare function parsePatch(uniDiff: string): StructuredPatch[];