import * as t from '@babel/types'; import { TransformState } from '../../state/types'; /** * Track import declarations for GT and React e.g. import { T, Var, useGT } from 'gt-next' * @param scopeTracker - Scope tracker to track variables * @param importDecl - Import declaration to track */ export declare function trackImportDeclaration(state: TransformState, importDecl: t.ImportDeclaration): void; //# sourceMappingURL=trackImportDeclaration.d.ts.map