import type { NodePath } from '@babel/traverse'; import * as t from '@babel/types'; import type { State } from '../types'; export declare const isTransformedJsxFunction: (path: NodePath | NodePath, state: State) => boolean;