import ts from 'typescript'; export declare function noopNodeVisitor(node: ts.Node): ts.Node; declare function noopSourceFileVisitor(file: ts.SourceFile): ts.SourceFile; export declare function noopContextTransformer(): typeof noopSourceFileVisitor; export {};