import type { NodePath } from '@babel/core'; import type { Program } from '@babel/types'; export declare const removeDangerousCode: (programPath: NodePath) => void;