import type { NodePath } from '@babel/traverse'; import * as t from '@babel/types'; import type { Bundle } from '../bundle'; export declare const unpackBrowserify: { name: string; tags: "unsafe"[]; scope: true; visitor(options: { bundle: Bundle | undefined; } | undefined): { CallExpression(this: import("../../ast-utils").TransformState, path: NodePath): void; }; }; //# sourceMappingURL=index.d.ts.map