import { NodePath } from '@babel/core'; import { ClassDeclaration } from '@babel/types'; export declare const instrumentReactComponentClassDeclaration: (path: NodePath) => void;