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