import * as Semantic from '@math-blocks/semantic'; import type { Step } from '../../types'; /** * Moves all terms matching `ident` to one side and those that don't to the * other side. */ export declare function moveTermsToOneSide(before: Semantic.types.NumericRelation, ident: Semantic.types.Identifier): Step | void;