import type * as babel from '@babel/core'; import * as t from '@babel/types'; import type { ImportIdentifierType, StateContext } from './types'; export declare function isValidCallee(state: StateContext, path: babel.NodePath, { callee }: t.CallExpression, target: ImportIdentifierType): boolean; //# sourceMappingURL=is-valid-callee.d.ts.map