import type { NodePath } from '@babel/traverse'; import type * as t from '@babel/types'; import type { Bundle } from '..'; /** * Format: * ```js * (function (__webpack_modules__) { * function __webpack_require__(moduleId) { ... } * })([...]); * ``` */ declare const _default: { name: string; tags: "unsafe"[]; scope: true; visitor(options?: { bundle: Bundle | undefined; } | undefined): { CallExpression(this: import("../../ast-utils").TransformState, path: NodePath): void; }; }; export default _default; //# sourceMappingURL=unpack-webpack-4.d.ts.map