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