import { NodePath } from '@babel/traverse'; import * as t from '@babel/types'; declare function wrapFunction(path: NodePath, callId: t.Expression, noNewArrows?: boolean, ignoreFunctionLength?: boolean): void; export { wrapFunction as default };