import type { NodePath } from '@babel/traverse';
export declare function getScope(path: NodePath): import("@babel/traverse").Scope;
