import { NodePath } from '@babel/traverse'; export declare class InvalidChildNode extends Error { constructor(nodePath: NodePath, err?: TypeError); }