import * as Semantic from '@math-blocks/semantic'; import type { Step } from '../../types'; export declare function moveOtherTermsToOneSide(before: Semantic.types.NumericRelation, variable: Semantic.types.Identifier): Step | void;