import type { Binding } from '@babel/traverse'; import * as t from '@babel/types'; /** * `__webpack_require__.g` * * webpack injects this when a module accesses `global` */ declare const _default: { name: string; tags: "safe"[]; run(this: import("../../../ast-utils").TransformState, ast: t.Node, binding: Binding | undefined): void; }; export default _default; //# sourceMappingURL=global.d.ts.map