import * as Semantic from '@math-blocks/semantic'; import type { Step } from '../../types'; export declare function addNegToSub(node: Semantic.types.Node): Step | void;