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