import type { NodePath } from '@babel/traverse';
import * as t from '@babel/types';
declare const _default: {
    name: string;
    tags: "unsafe"[];
    scope: true;
    visitor(): {
        'IfStatement|ConditionalExpression': {
            exit(this: import("../ast-utils").TransformState, _path: NodePath<t.Node>): void;
        };
    };
};
export default _default;
//# sourceMappingURL=dead-code.d.ts.map