import ts from "typescript"; export declare function wrapAutoRunFunction(func: ts.FunctionExpression | ts.ArrowFunction): ts.CallExpression; export declare function transformImportsPath(node: ts.Node, sourceRoot: string, outputRoot: string): ts.Node; export declare function createDIWrapperExportFunction(exportName: string, callFunc: ts.PropertyAccessExpression | ts.Identifier, depts: Array): ts.Node | ts.Node[]; export declare function createCommonWrapperExportFunction(exportName: string): ts.Node | ts.Node[];