import type { NodePath } from '@babel/traverse'; export declare const isGlobal: (node: NodePath, name: string) => boolean;