import { NodePath } from '../nodepath'; export declare const hasBinding: (path: NodePath, bindingName: string) => boolean;