import ts from 'typescript';
export declare function createMergeStatementsTransformer(baseSourceFile: ts.SourceFile, sourceFile: ts.SourceFile): ts.TransformerFactory<ts.SourceFile>;
