import type { NodePath } from '@babel/traverse'; import type * as t from '@babel/types'; declare const _default: { name: string; tags: "safe"[]; scope: true; visitor(): { VariableDeclarator(this: import("../ast-utils").TransformState, path: NodePath): void; }; }; export default _default; //# sourceMappingURL=self-defending.d.ts.map