import type * as babel from '@babel/core'; import * as t from '@babel/types'; import type { ImportDefinition, StateContext } from './types'; export declare function getImportIdentifier(state: StateContext, path: babel.NodePath, registration: ImportDefinition): t.Identifier; //# sourceMappingURL=get-import-identifier.d.ts.map