import type { NodePath } from '@babel/traverse'; import type * as t from '@babel/types'; declare const _default: { name: string; tags: "safe"[]; scope: true; visitor(match?: ((id: string) => boolean) | undefined): { BindingIdentifier: { exit(this: import("../ast-utils").TransformState, path: NodePath): void; }; }; }; export default _default; //# sourceMappingURL=mangle.d.ts.map