import { types as t } from '@babel/core'; declare const isNode: (obj: any) => obj is t.Node; export default isNode;