import type { NodePath } from '@babel/core'; import { ImportDeclaration } from 'babel-types'; export declare function MakeBabelTransformTungstenFrameworkImports(): () => { visitor: { ImportDeclaration: (path: NodePath) => void; }; }; //# sourceMappingURL=BabelTransformSxyFrameworkImports.d.ts.map