import { NodePath } from '@babel/traverse'; export declare function getNodePathErrorMessage(nodePath: NodePath, err?: TypeError): string;