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