import * as ts from 'ts-morph'; import { Patch } from './parse-patch'; export declare function applyPatch(out: ts.SourceFile, patch: Patch): void;