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