import { NodePath } from '@babel/core'; import * as t from '@babel/types'; export default function hasAttrs(calleePath: NodePath): calleePath is NodePath;