import * as t from '@babel/types'; import { NodePath } from '@babel/traverse'; /** * Inject `import { GtInternalTranslateJsx, GtInternalVar } from 'gt-react'` * as the first statement in the program. */ export declare function injectJsxInsertionImport(path: NodePath, autoJsxImportSource: string | undefined, legacyGtReactImportSource: boolean): void; //# sourceMappingURL=injectJsxInsertionImport.d.ts.map