import { NodePath } from 'ast-types/lib/node-path'; import * as bt from '@babel/types'; export default function getArgFromDecorator(path: NodePath): null | NodePath;