import ts from 'typescript';
export declare function patchEmitterTransformer(context: ts.TransformationContext): (sourceFile: ts.SourceFile) => ts.SourceFile;
