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